-
- All Implemented Interfaces:
public final class FATThis class represents the File Allocation Table (FAT) in a FAT32 file system. The FAT is used to allocate the space of the disk to the different files and directories.
The FAT distributes clusters with a specific cluster size #getBytesPerCluster() . Every entry in the FAT is 32 bit. The FAT is a (linked) list where the clusters can be followed until a cluster chain ends.
For more information you should refer to the official documentation of FAT32.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFAT.Companion
-