A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
F
- FAT - class in com.github.mjdev.libaums.fs.fat32
- This class represents the File Allocation Table (FAT) in a FAT32 file system.
- FAT.Companion - class in com.github.mjdev.libaums.fs.fat32.FAT
- Fat32FileSystem - class in com.github.mjdev.libaums.fs.fat32
- This class represents the FAT32 file system and is responsible for setting the FAT32 file system up and extracting the volume label and the root directory.
- Fat32FileSystem.Companion - class in com.github.mjdev.libaums.fs.fat32.Fat32FileSystem
- Fat32FileSystemCreator - class in com.github.mjdev.libaums.fs.fat32
- Created by magnusja on 28/02/17.
- FatDirectory - class in com.github.mjdev.libaums.fs.fat32
- This class represents a directory in the FAT32 file system.
- FatDirectory.Companion - class in com.github.mjdev.libaums.fs.fat32.FatDirectory
- FatFile - class in com.github.mjdev.libaums.fs.fat32
- Constructs a new file with the given information.
- FileBlockDeviceDriver - class in com.github.mjdev.libaums.driver.file
- Created by magnusja on 01/08/17.
- FileSystem - class in com.github.mjdev.libaums.fs
- This class represents a file system.
- FileSystemCreator - class in com.github.mjdev.libaums.fs
- Created by magnusja on 28/02/17.
- FileSystemFactory - class in com.github.mjdev.libaums.fs
- This is a helper class to create different supported file systems.
- FileSystemFactory.UnsupportedFileSystemException - class in com.github.mjdev.libaums.fs.FileSystemFactory
- FileSystemPartitionTable - class in com.github.mjdev.libaums.partition.fs
- Represents a dummy partition table.
- FileSystemPartitionTable.Companion - class in com.github.mjdev.libaums.partition.fs.FileSystemPartitionTable
- FileSystemPartitionTableCreator - class in com.github.mjdev.libaums.partition.fs
- Created by magnusja on 30/07/17.
- fillInStackTrace() - function in kotlin.SenseException
- fillInStackTrace() - function in kotlin.InitRequired
- fillInStackTrace() - function in kotlin.RestartRequired
- fillInStackTrace() - function in kotlin.Unrecoverable
- fillInStackTrace() - function in kotlin.NotReady
- fillInStackTrace() - function in kotlin.NotReadyTryAgain
- fillInStackTrace() - function in kotlin.ManualIntervention
- fillInStackTrace() - function in kotlin.MediaNotInserted
- fillInStackTrace() - function in kotlin.MediumError
- fillInStackTrace() - function in kotlin.HardwareError
- fillInStackTrace() - function in kotlin.IllegalCommand
- fillInStackTrace() - function in kotlin.UnitAttention
- fillInStackTrace() - function in kotlin.DataProtect
- fillInStackTrace() - function in kotlin.BlankCheck
- fillInStackTrace() - function in kotlin.CopyAborted
- fillInStackTrace() - function in kotlin.Aborted
- fillInStackTrace() - function in kotlin.VolumeOverflow
- fillInStackTrace() - function in kotlin.Miscompare
- fillInStackTrace() - function in kotlin.FileSystemFactory.UnsupportedFileSystemException
- fillInStackTrace() - function in kotlin.PartitionTableFactory.UnsupportedPartitionTableException
- fillInStackTrace() - function in kotlin.PipeException
- fillInStackTrace() - function in kotlin.UsbCommunicationFactory.NoUsbCommunicationFound
- flush() - function in com.github.mjdev.libaums.fs.AbstractUsbFile
- Forces a write.
- flush() - function in com.github.mjdev.libaums.fs.UsbFile
- Forces a write.
- flush() - function in com.github.mjdev.libaums.fs.UsbFileOutputStream
- flush() - function in com.github.mjdev.libaums.fs.fat32.FatDirectory
- Forces a write.
- flush() - function in com.github.mjdev.libaums.fs.fat32.FatFile
- Forces a write.
- forEach(BiConsumer) - function in java.util.LRUCache