See: Description
Class | Description |
---|---|
AbstractFile |
Abstract file wrapper.
|
CloseFile |
Action performed when a file is closed.
|
DeleteFile |
Action performed when a file is deleted.
|
FileSystemResourcesController |
The file system resources controller.
|
OpenFile |
Action performed when a file is opened.
|
SetLengthRandomAccessFile |
Action performed when setting the length of a RandomAccessFile.
|
WriteFile |
Action performed when writing to a file.
|
WriteRandomAccessFile |
Action performed when writing to a RandomAccessFile.
|
Exception | Description |
---|---|
OpenedFilesLimitException |
Exception thrown when the limit of the number of opened files is exceeded.
|
StorageLimitException |
Exception thrown when a storage limit is exceeded.
|