Modifier and Type | Interface and Description |
---|---|
static class |
FileStore.Util |
Modifier and Type | Method and Description |
---|---|
void |
close() |
FileStoreEntry |
findEntry(String fullName) |
int |
getEntryCount()
If the count is known then return the number of entries, otherwise return -1.
|
FileStoreEntryFile |
getFileSystem(Handle h) |
FileStoreEntry |
getNewEntry(String forName) |
Enumeration |
getStoreEntries()
Get an enumeration to go through the entries in the file.
|
Hashtable |
getStoreHashtable()
Expose the hashtable of entries if available.
|
String |
getStoreName() |
InputStream |
openInputStream(FileStoreEntry entry) |
Enumeration getStoreEntries() throws IOException
IOException
Hashtable getStoreHashtable() throws IOException
IOException
FileStoreEntry getNewEntry(String forName) throws IOException
IOException
FileStoreEntryFile getFileSystem(Handle h) throws IOException
IOException
String getStoreName()
InputStream openInputStream(FileStoreEntry entry) throws IOException
IOException
FileStoreEntry findEntry(String fullName) throws IOException
IOException
void close() throws IOException
IOException
int getEntryCount()