Interface | Description |
---|---|
XFileAccessor |
The XFileAccessor interface is implemented by filesystems that
need to be accessed via the XFile API.
|
XFilenameFilter |
Instances of classes that implement this interface are used to
filter filenames.
|
Class | Description |
---|---|
XFile |
Instances of this class represent the name of a file or directory.
|
XFileExtensionAccessor |
This is an abstract class to intended to be extended with
filesystem-specific methods.
|
XFileInputStream |
An XFile input stream is an input stream for reading data from an
XFile . |
XFileOutputStream |
An XFile output stream is an output stream for writing data to an
XFile . |
XFileReader |
Convenience class for reading character files.
|
XFileWriter |
Convenience class for writing character files.
|
XRandomAccessFile |
Instances of this class support both reading and writing to a
random access file.
|