-
- All Implemented Interfaces:
public interface PartitionTableThis interface represents a partition table.
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.
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetSize()abstract List<PartitionTableEntry>getPartitionTableEntries()-
-
Method Detail
-
getPartitionTableEntries
abstract List<PartitionTableEntry> getPartitionTableEntries()
-
-
-
-