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

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

public class AnchorVolumeDescriptorPointer
extends Object


Field Summary
 Tag DescriptorTag
           
 Extend_ad MainVolumeDescriptorSequenceExtend
           
 byte[] reserved
           
 Extend_ad ReserveVolumeDescriptorSequenceExtend
           
 
Constructor Summary
AnchorVolumeDescriptorPointer()
           
 
Method Summary
 byte[] getBytes(int blockSize)
           
 byte[] getBytesWithoutDescriptorTag()
           
 void read(RandomAccessFile myRandomAccessFile)
           
 void write(RandomAccessFile myRandomAccessFile, int blockSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DescriptorTag

public Tag DescriptorTag

MainVolumeDescriptorSequenceExtend

public Extend_ad MainVolumeDescriptorSequenceExtend

ReserveVolumeDescriptorSequenceExtend

public Extend_ad ReserveVolumeDescriptorSequenceExtend

reserved

public byte[] reserved
Constructor Detail

AnchorVolumeDescriptorPointer

public AnchorVolumeDescriptorPointer()
Method Detail

read

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

write

public void write(RandomAccessFile myRandomAccessFile,
                  int blockSize)
           throws IOException
Throws:
IOException

getBytes

public byte[] getBytes(int blockSize)

getBytesWithoutDescriptorTag

public byte[] getBytesWithoutDescriptorTag()


Copyright © 2013. All Rights Reserved.