Package 

Class FileSystemPartitionTable

  • All Implemented Interfaces:
    com.github.mjdev.libaums.partition.PartitionTable

    
    public final class FileSystemPartitionTable
     implements PartitionTable
                        

    Represents a dummy partition table. Sometimes devices do not have an MBR or GPT to save memory. https://stackoverflow.com/questions/38004064/is-it-possible-that-small-sd-cards-are-formatted-without-an-mbr Actual File System is then reevaluated in a later stage in com.github.mjdev.libaums.fs.FileSystemFactory.