Package 

Class Fat32FileSystem

  • All Implemented Interfaces:
    com.github.mjdev.libaums.fs.FileSystem

    
    public final class Fat32FileSystem
     implements FileSystem
                        

    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.

    • Constructor Detail

    • Method Detail

      • getVolumeLabel

         String getVolumeLabel()

        This method returns the name of the volume which is mostly saved in the file system.

        In Windows the name of a volume is shown in the explorer before the drive letter.

      • getOccupiedSpace

         Long getOccupiedSpace()

        ATTENTION: This value can be inaccurate, depending on actual file system and certain file system specific properties. Use as an estimation.

      • getFreeSpace

         Long getFreeSpace()

        ATTENTION: This value can be inaccurate, depending on actual file system and certain file system specific properties. Use as an estimation.