Interface | Description |
---|---|
IAbstractFile |
A file.
|
IAbstractFolder |
A folder.
|
IAbstractFolder.FilenameFilter |
Instances of classes that implement this interface are used to
filter filenames.
|
IAbstractResource |
Base representation of a file system resource.
|
Class | Description |
---|---|
FileWrapper |
An implementation of
IAbstractFile extending File . |
FolderWrapper |
An implementation of
IAbstractFolder extending File . |
NonClosingInputStream |
Wraps an
InputStream to change its closing behavior:
this makes it possible to ignore close operations or have them perform a
InputStream.reset() instead (if supported by the underlying stream)
or plain ignored. |
Enum | Description |
---|---|
IAbstractFile.PreferredWriteMode | |
NonClosingInputStream.CloseBehavior | |
StreamException.Error |
Exception | Description |
---|---|
StreamException |
Exception thrown when
IAbstractFile.getContents() fails. |