|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrossi.fstools.partition.PartitionTable
| Field Summary | |
protected Partition[] |
partitions
|
| Constructor Summary | |
PartitionTable()
|
|
| Method Summary | |
int |
getDataSize()
Returns the size in bytes of the structure |
Partition[] |
getPartitions()
|
void |
loadFromBuffer(byte[] buffer,
int offset)
Loads the object from a memory buffer |
void |
setPartitions(Partition[] aPartitions)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Partition[] partitions
| Constructor Detail |
public PartitionTable()
| Method Detail |
public Partition[] getPartitions()
public void setPartitions(Partition[] aPartitions)
public int getDataSize()
getDataSize in interface DiskStructure
public void loadFromBuffer(byte[] buffer,
int offset)
throws FsException
loadFromBuffer in interface DiskStructurebuffer - a byte[] containing data to be read in populating the objectoffset - a int indicating the offset within the buffer to start parsing.
FsException - if a parse error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||