Class FileSystemPartitionTable

  • All Implemented Interfaces:
    PartitionTable

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