ARLO Adapt
Public Member Functions | Static Public Member Functions | List of all members
arlo.IO1L Class Reference

Public Member Functions

 IO1L ()
 Creates a new instance of Utility. More...
 

Static Public Member Functions

static String getFileNameFromPath (String path, String delimiter)
 
static boolean fileExists (String path)
 
static boolean delete (String path)
 
static long fileLength (String path)
 
static String getTranslatedPath (String path)
 
static String getRelativePath (String path)
 
static String getFileNameFromPath (String path)
 
static Object readObject (String path)
 
static void writeObject (String path, Object object)
 
static byte[] convertObjectToBytes (Object object)
 
static Object convertBytesToObject (byte[] bytes)
 
static Object convertBytesToObject (InputStream stream)
 
static Vector getMP3PathStrings (String rootMP3DirectoryPath, String fileNameFilterString)
 
static void getPathStrings (Vector searchDirectoryFileVector, Vector resultDirectoryVector, Vector resultFileVector)
 
static void getPathStrings (Vector searchDirectoryFileVector, Vector resultFileVector)
 
static void getPathStrings (Vector searchDirectoryFileVector, Vector resultDirectoryVector, Vector resultFileVector, boolean recursive)
 
static SimpleTable readDelimitedTable (String path) throws Exception
 
static SimpleTable readDelimitedTable (String path, String delimiter) throws Exception
 
static SimpleTable readDelimitedTable (String path, String delimiter, boolean hasHeader) throws Exception
 
static SimpleTable readDelimitedTable (String path, String delimiter, boolean hasHeader, boolean fixedNumberOfColumns) throws Exception
 
static SimpleTable readDelimitedTable (String path, String delimiter, int initialNumLinesToIgnore, boolean hasHeader, boolean fixedNumberOfColumns) throws Exception
 
static void writeDelimitedTable (SimpleTable table, String path) throws Exception
 
static SimpleTable readUnstructuredTable (String path, String delimiter) throws Exception
 
static int parseDWORD (byte[] buffer, int index)
 
static long parseDWORDLong (byte[] buffer, int index)
 
static int parseWORD (byte[] buffer, int index)
 
static int encodeWORD (byte[] buffer, int index, int value)
 
static int encodeDWORD (byte[] buffer, int index, int value)
 
static int encodeDWORDlong (byte[] buffer, int index, long value)
 
static int parseInteger (byte[] buffer, int index)
 
static int parseShort (byte[] buffer, int index)
 
static int encodeShort (byte[] buffer, int index, int value)
 
static int encodeInteger (byte[] buffer, int index, int value)
 

Detailed Description

Author
dtcheng

Constructor & Destructor Documentation

arlo.IO1L.IO1L ( )

Creates a new instance of Utility.

Member Function Documentation

static Object arlo.IO1L.convertBytesToObject ( byte []  bytes)
static
static Object arlo.IO1L.convertBytesToObject ( InputStream  stream)
static
static byte [] arlo.IO1L.convertObjectToBytes ( Object  object)
static
static boolean arlo.IO1L.delete ( String  path)
static
static int arlo.IO1L.encodeDWORD ( byte []  buffer,
int  index,
int  value 
)
static
static int arlo.IO1L.encodeDWORDlong ( byte []  buffer,
int  index,
long  value 
)
static
static int arlo.IO1L.encodeInteger ( byte []  buffer,
int  index,
int  value 
)
static
static int arlo.IO1L.encodeShort ( byte []  buffer,
int  index,
int  value 
)
static
static int arlo.IO1L.encodeWORD ( byte []  buffer,
int  index,
int  value 
)
static
static boolean arlo.IO1L.fileExists ( String  path)
static
static long arlo.IO1L.fileLength ( String  path)
static
static String arlo.IO1L.getFileNameFromPath ( String  path,
String  delimiter 
)
static
static String arlo.IO1L.getFileNameFromPath ( String  path)
static
static Vector arlo.IO1L.getMP3PathStrings ( String  rootMP3DirectoryPath,
String  fileNameFilterString 
)
static
static void arlo.IO1L.getPathStrings ( Vector  searchDirectoryFileVector,
Vector  resultDirectoryVector,
Vector  resultFileVector 
)
static
static void arlo.IO1L.getPathStrings ( Vector  searchDirectoryFileVector,
Vector  resultFileVector 
)
static
static void arlo.IO1L.getPathStrings ( Vector  searchDirectoryFileVector,
Vector  resultDirectoryVector,
Vector  resultFileVector,
boolean  recursive 
)
static
static String arlo.IO1L.getRelativePath ( String  path)
static
static String arlo.IO1L.getTranslatedPath ( String  path)
static
static int arlo.IO1L.parseDWORD ( byte []  buffer,
int  index 
)
static
static long arlo.IO1L.parseDWORDLong ( byte []  buffer,
int  index 
)
static
static int arlo.IO1L.parseInteger ( byte []  buffer,
int  index 
)
static
static int arlo.IO1L.parseShort ( byte []  buffer,
int  index 
)
static
static int arlo.IO1L.parseWORD ( byte []  buffer,
int  index 
)
static
static SimpleTable arlo.IO1L.readDelimitedTable ( String  path) throws Exception
static
static SimpleTable arlo.IO1L.readDelimitedTable ( String  path,
String  delimiter 
) throws Exception
static
static SimpleTable arlo.IO1L.readDelimitedTable ( String  path,
String  delimiter,
boolean  hasHeader 
) throws Exception
static
static SimpleTable arlo.IO1L.readDelimitedTable ( String  path,
String  delimiter,
boolean  hasHeader,
boolean  fixedNumberOfColumns 
) throws Exception
static
static SimpleTable arlo.IO1L.readDelimitedTable ( String  path,
String  delimiter,
int  initialNumLinesToIgnore,
boolean  hasHeader,
boolean  fixedNumberOfColumns 
) throws Exception
static
static Object arlo.IO1L.readObject ( String  path)
static
static SimpleTable arlo.IO1L.readUnstructuredTable ( String  path,
String  delimiter 
) throws Exception
static
static void arlo.IO1L.writeDelimitedTable ( SimpleTable  table,
String  path 
) throws Exception
static
static void arlo.IO1L.writeObject ( String  path,
Object  object 
)
static

The documentation for this class was generated from the following file: