|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.stephenc.javaisotools.udflib.structures.PartitionMapType2
public class PartitionMapType2
| Field Summary | |
|---|---|
byte[] |
PartitionIdentifier
|
byte |
PartitionMapLength
|
byte |
PartitionMapType
|
| Constructor Summary | |
|---|---|
PartitionMapType2()
|
|
| Method Summary | |
|---|---|
byte[] |
getBytes()
|
void |
read(RandomAccessFile myRandomAccessFile)
|
void |
setupMetadataPartitionMap(EntityID partitionTypeIdentifier,
int VolumeSequenceNumber,
int PartitionNumber,
long MetadataFileLocation,
long MetadataMirrorFileLocation,
long MetadataBitmapFileLocation,
long AllocationUnitSize,
int AlignmentUnitSize,
byte Flags)
|
void |
write(RandomAccessFile myRandomAccessFile)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public byte PartitionMapType
public byte PartitionMapLength
public byte[] PartitionIdentifier
| Constructor Detail |
|---|
public PartitionMapType2()
| Method Detail |
|---|
public void read(RandomAccessFile myRandomAccessFile)
throws IOException
IOException
public void write(RandomAccessFile myRandomAccessFile)
throws IOException
IOExceptionpublic byte[] getBytes()
public void setupMetadataPartitionMap(EntityID partitionTypeIdentifier,
int VolumeSequenceNumber,
int PartitionNumber,
long MetadataFileLocation,
long MetadataMirrorFileLocation,
long MetadataBitmapFileLocation,
long AllocationUnitSize,
int AlignmentUnitSize,
byte Flags)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||