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

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

public class Lb_addr
extends Object


Field Summary
 long lb_num
           
 int part_num
           
 
Constructor Summary
Lb_addr()
           
 
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

lb_num

public long lb_num

part_num

public int part_num
Constructor Detail

Lb_addr

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