-
- 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFileSystemPartitionTable.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Integersizeprivate final List<PartitionTableEntry>partitionTableEntries
-
Constructor Summary
Constructors Constructor Description FileSystemPartitionTable(BlockDeviceDriver blockDevice, FileSystem fs)
-
Method Summary
Modifier and Type Method Description IntegergetSize()List<PartitionTableEntry>getPartitionTableEntries()-
-
Constructor Detail
-
FileSystemPartitionTable
FileSystemPartitionTable(BlockDeviceDriver blockDevice, FileSystem fs)
-
-
Method Detail
-
getPartitionTableEntries
List<PartitionTableEntry> getPartitionTableEntries()
-
-
-
-