| Interface | Description |
|---|---|
| Recorder |
A recorder for the recording file system.
|
| Class | Description |
|---|---|
| FakeFileChannel |
Fake file channel to use by in-memory and ZIP file systems.
|
| FileBase |
The base class for file implementations.
|
| FileBaseDefault |
Default implementation of the slow operations that need synchronization because they
involve the file position.
|
| FileChannelInputStream |
Allows to read from a file channel like an input stream.
|
| FilePath |
A path to a file.
|
| FilePathWrapper |
The base class for wrapping / delegating file systems such as
the split file system.
|
| FileUtils |
This utility class contains utility functions that use the file system
abstraction.
|
A file system abstraction.