com.github.stephenc.javaisotools.iso9660.impl
Class ISO9660PathTableRecord

java.lang.Object
  extended by com.github.stephenc.javaisotools.iso9660.impl.ISO9660PathTableRecord

public class ISO9660PathTableRecord
extends Object


Constructor Summary
ISO9660PathTableRecord(StreamHandler streamHandler, Object type, DataReference ref, int parent)
           
ISO9660PathTableRecord(StreamHandler streamHandler, Object type, Object object, int parent)
           
 
Method Summary
 Fixup doPTR()
           
 int hasExtAddrRecordLength()
           
 void setExtAttrRecordLength(int extAttrRecordLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISO9660PathTableRecord

public ISO9660PathTableRecord(StreamHandler streamHandler,
                              Object type,
                              Object object,
                              int parent)
                       throws HandlerException
Throws:
HandlerException

ISO9660PathTableRecord

public ISO9660PathTableRecord(StreamHandler streamHandler,
                              Object type,
                              DataReference ref,
                              int parent)
                       throws HandlerException
Throws:
HandlerException
Method Detail

hasExtAddrRecordLength

public int hasExtAddrRecordLength()

setExtAttrRecordLength

public void setExtAttrRecordLength(int extAttrRecordLength)

doPTR

public Fixup doPTR()
            throws HandlerException
Throws:
HandlerException


Copyright © 2013. All Rights Reserved.