com.github.stephenc.javaisotools.udflib.structures
Class PartitionDescriptor
java.lang.Object
com.github.stephenc.javaisotools.udflib.structures.VolumeDescriptorSequenceItem
com.github.stephenc.javaisotools.udflib.structures.PartitionDescriptor
public class PartitionDescriptor
- extends VolumeDescriptorSequenceItem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PartitionDescriptor
public PartitionDescriptor()
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.