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

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

public class PartitionDescriptor
extends VolumeDescriptorSequenceItem


Field Summary
 long AccessType
           
 EntityID ImplementationIdentifier
           
 byte[] ImplementationUse
           
 EntityID PartitionContents
           
 PartitionHeaderDescriptor PartitionContentsUse
           
 int PartitionFlags
           
 long PartitionLength
           
 int PartitionNumber
           
 long PartitonStartingLocation
           
 byte[] Reserved
           
 
Fields inherited from class com.github.stephenc.javaisotools.udflib.structures.VolumeDescriptorSequenceItem
DescriptorTag, VolumeDescriptorSequenceNumber
 
Constructor Summary
PartitionDescriptor()
           
 
Method Summary
 byte[] getBytesWithoutDescriptorTag()
           
 void read(RandomAccessFile myRandomAccessFile)
           
 
Methods inherited from class com.github.stephenc.javaisotools.udflib.structures.VolumeDescriptorSequenceItem
getBytes, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PartitionFlags

public int PartitionFlags

PartitionNumber

public int PartitionNumber

PartitionContents

public EntityID PartitionContents

PartitionContentsUse

public PartitionHeaderDescriptor PartitionContentsUse

AccessType

public long AccessType

PartitonStartingLocation

public long PartitonStartingLocation

PartitionLength

public long PartitionLength

ImplementationIdentifier

public EntityID ImplementationIdentifier

ImplementationUse

public byte[] ImplementationUse

Reserved

public byte[] Reserved
Constructor Detail

PartitionDescriptor

public PartitionDescriptor()
Method Detail

read

public void read(RandomAccessFile myRandomAccessFile)
          throws IOException
Specified by:
read in class VolumeDescriptorSequenceItem
Throws:
IOException

getBytesWithoutDescriptorTag

public byte[] getBytesWithoutDescriptorTag()
Specified by:
getBytesWithoutDescriptorTag in class VolumeDescriptorSequenceItem


Copyright © 2013. All Rights Reserved.