public interface PartitionTable
Normally a block device has a partition table at the beginning of the device which says something about the partitions on the mass storage device. For example where they start and end and which file system a specific partition has.
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PartitionTableEntry> |
getPartitionTableEntries() |
int |
getSize() |
int getSize()
java.util.Collection<PartitionTableEntry> getPartitionTableEntries()
PartitionTableEntrys located on the block
device.