Package 

Class FAT

  • All Implemented Interfaces:

    
    public final class FAT
    
                        

    This 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 class FAT.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail