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

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

public class Extend_ad
extends Object


Field Summary
 long len
           
 long loc
           
 
Constructor Summary
Extend_ad()
           
 
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

len

public long len

loc

public long loc
Constructor Detail

Extend_ad

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