org.neociclo.odetteftp.util
Class OftpUtil

java.lang.Object
  extended by org.neociclo.odetteftp.util.OftpUtil

public class OftpUtil
extends Object

Version:
$Rev: 411 $ $Date: 2010-06-21 11:55:04 -0300 (Mon, 21 Jun 2010) $
Author:
Rafael Marins

Constructor Summary
OftpUtil()
           
 
Method Summary
static byte[] generateRandomChallenge(int size)
           
static long getFileSize(File file)
           
static long getFileSize(long octets)
           
static boolean isEmpty(String value)
           
static String toHexString(Integer num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OftpUtil

public OftpUtil()
Method Detail

isEmpty

public static boolean isEmpty(String value)

generateRandomChallenge

public static byte[] generateRandomChallenge(int size)

getFileSize

public static long getFileSize(File file)

getFileSize

public static long getFileSize(long octets)

toHexString

public static String toHexString(Integer num)


ACCORD