|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
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. This somewhat limited interface is designed to let classes use file-system resources, without having the manually handle either the standard Java file or the Eclipse file API.. |
Class Summary | |
---|---|
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 Summary | |
---|---|
IAbstractFile.PreferredWriteMode | |
NonClosingInputStream.CloseBehavior | |
StreamException.Error |
Exception Summary | |
---|---|
StreamException | Exception thrown when IAbstractFile.getContents() fails. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |