| 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
IOExceptionHashtable getStoreHashtable() throws IOException
IOExceptionFileStoreEntry getNewEntry(String forName) throws IOException
IOExceptionFileStoreEntryFile getFileSystem(Handle h) throws IOException
IOExceptionString getStoreName()
InputStream openInputStream(FileStoreEntry entry) throws IOException
IOExceptionFileStoreEntry findEntry(String fullName) throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionint getEntryCount()