See: Description
| Class | Description |
|---|---|
| FileHandle |
Represents a file or directory on the filesystem, classpath, Android SD card, or Android assets directory.
|
| FileHandleStream |
A FileHandle intended to be subclassed for the purpose of implementing
FileHandleStream.read() and/or FileHandleStream.write(boolean). |