|
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) |
|