Package 

Class Partition

  • All Implemented Interfaces:
    com.github.mjdev.libaums.driver.BlockDeviceDriver

    
    public final class Partition
    extends ByteBlockDevice
                        

    This class represents a partition on an mass storage device. A partition has a certain file system which can be accessed via .getFileSystem. This file system is needed to to access the files and directories of a partition.

    The method .getVolumeLabel returns the volume label for the partition. Calling the method is equivalent to calling FileSystem.getVolumeLabel.