public class FAT
extends java.lang.Object
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.