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

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

public class IcbTag
extends Object


Field Summary
 byte FileType
           
 int Flags
           
 int NumberofEntries
           
 Lb_addr ParentICBLocation
           
 long PriorRecordedNumberofDirectEntries
           
 byte Reserved
           
 int StrategyType
           
 byte[] StrateryParameter
           
 
Constructor Summary
IcbTag()
           
 
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

PriorRecordedNumberofDirectEntries

public long PriorRecordedNumberofDirectEntries

StrategyType

public int StrategyType

StrateryParameter

public byte[] StrateryParameter

NumberofEntries

public int NumberofEntries

Reserved

public byte Reserved

FileType

public byte FileType

ParentICBLocation

public Lb_addr ParentICBLocation

Flags

public int Flags
Constructor Detail

IcbTag

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