@NonNullByDefault
Package com.microej.kf.util.control.fs
This package contains the file system resources controller and all related classes.
-
Class Summary 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 Summary 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.