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

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

public class VolumeStructureDescriptor
extends Object


Field Summary
 byte[] StandardIdentifier
           
 byte[] StructureData
           
 byte StructureType
           
 byte StructureVersion
           
 
Constructor Summary
VolumeStructureDescriptor()
           
 
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

StructureType

public byte StructureType

StandardIdentifier

public byte[] StandardIdentifier

StructureVersion

public byte StructureVersion

StructureData

public byte[] StructureData
Constructor Detail

VolumeStructureDescriptor

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