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

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

public class PartitionMapType1
extends Object


Field Summary
 byte PartitionMapLength
           
 byte PartitionMapType
           
 int PartitionNumber
           
 int VolumeSequenceNumber
           
 
Constructor Summary
PartitionMapType1()
           
 
Method Summary
 byte[] getBytes()
           
 void read(RandomAccessFile myRandomAccessFile)
           
 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

VolumeSequenceNumber

public int VolumeSequenceNumber

PartitionNumber

public int PartitionNumber
Constructor Detail

PartitionMapType1

public PartitionMapType1()
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()


Copyright © 2013. All Rights Reserved.