org.fm.addressbook.util
Class JavaUtil

java.lang.Object
  extended by org.fm.addressbook.util.JavaUtil

public class JavaUtil
extends java.lang.Object

JContact- online Address Book Management Systemhttp://jcontact.sourceforge.net/

Licensed under the terms of any of the following licenses at your choice: -
GNU General Public License Version 2 or later (the "GPL") http://www.gnu.org/licenses/gpl.html -
GNU Lesser General Public License Version 2.1 or later (the "LGPL") http://www.gnu.org/licenses/lgpl.html

JavaUtil class.

Author:
Tennyson Varghese
Aneesh S

Constructor Summary
JavaUtil()
           
 
Method Summary
static byte[] getBytesFromFile(java.io.File file)
          read bytes from given file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaUtil

public JavaUtil()
Method Detail

getBytesFromFile

public static byte[] getBytesFromFile(java.io.File file)
                               throws java.io.IOException
read bytes from given file

Parameters:
file -
Returns:
byte[]
Throws:
java.io.IOException