com.github.stephenc.javaisotools.udflib.structures
Class PartitionMapType2

java.lang.Object
  extended by com.github.stephenc.javaisotools.udflib.structures.PartitionMapType2

public class PartitionMapType2
extends Object


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

PartitionMapType

public byte PartitionMapType

PartitionMapLength

public byte PartitionMapLength

PartitionIdentifier

public byte[] PartitionIdentifier
Constructor Detail

PartitionMapType2

public PartitionMapType2()
Method Detail

read

public void read(RandomAccessFile myRandomAccessFile)
          throws IOException
Throws:
IOException

write

public void write(RandomAccessFile myRandomAccessFile)
           throws IOException
Throws:
IOException

getBytes

public byte[] getBytes()

setupMetadataPartitionMap

public void setupMetadataPartitionMap(EntityID partitionTypeIdentifier,
                                      int VolumeSequenceNumber,
                                      int PartitionNumber,
                                      long MetadataFileLocation,
                                      long MetadataMirrorFileLocation,
                                      long MetadataBitmapFileLocation,
                                      long AllocationUnitSize,
                                      int AlignmentUnitSize,
                                      byte Flags)


Copyright © 2013. All Rights Reserved.