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

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

public class UnallocatedSpaceDescriptor
extends VolumeDescriptorSequenceItem


Field Summary
 Extend_ad[] AllocationDescriptors
           
 long NumberofAllocationDescriptors
           
 
Fields inherited from class com.github.stephenc.javaisotools.udflib.structures.VolumeDescriptorSequenceItem
DescriptorTag, VolumeDescriptorSequenceNumber
 
Constructor Summary
UnallocatedSpaceDescriptor()
           
 
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

NumberofAllocationDescriptors

public long NumberofAllocationDescriptors

AllocationDescriptors

public Extend_ad[] AllocationDescriptors
Constructor Detail

UnallocatedSpaceDescriptor

public UnallocatedSpaceDescriptor()
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.