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

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

public class Long_ad
extends Object


Field Summary
 long ExtentLength
           
 Lb_addr ExtentLocation
           
 byte[] implementationUse
           
 
Constructor Summary
Long_ad()
           
 
Method Summary
 byte[] getBytes()
           
 int read(byte[] rawBytes, int startPosition)
           
 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

ExtentLength

public long ExtentLength

ExtentLocation

public Lb_addr ExtentLocation

implementationUse

public byte[] implementationUse
Constructor Detail

Long_ad

public Long_ad()
Method Detail

read

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

read

public int read(byte[] rawBytes,
                int startPosition)

write

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

getBytes

public byte[] getBytes()


Copyright © 2013. All Rights Reserved.