public class PartitionTableEntry
extends java.lang.Object
| Constructor and Description |
|---|
PartitionTableEntry(int partitionType,
int logicalBlockAddress,
int totalNumberOfSectors)
Construct a new PartitionTableEntry with the given information.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLogicalBlockAddress() |
int |
getPartitionType() |
int |
getTotalNumberOfSectors() |
public PartitionTableEntry(int partitionType,
int logicalBlockAddress,
int totalNumberOfSectors)
partitionType - The file system type of the partition (eg. FAT32).logicalBlockAddress - The logical block address on the device where this partition
starts.totalNumberOfSectors - The total numbers of sectors occupied by the partition.public int getPartitionType()
public int getLogicalBlockAddress()
public int getTotalNumberOfSectors()