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

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

public class ISO9660DirectoryRecord
extends Object


Field Summary
 boolean hide
           
 boolean isDirectory
           
 
Constructor Summary
ISO9660DirectoryRecord(StreamHandler streamHandler, ISO9660Directory dir, LayoutHelper helper)
          Directory
ISO9660DirectoryRecord(StreamHandler streamHandler, ISO9660File file, LayoutHelper helper)
          File
ISO9660DirectoryRecord(StreamHandler streamHandler, Object object, ISO9660Directory dir, LayoutHelper helper)
          Special Directory
 
Method Summary
 HashMap doDR()
           
 void hide()
           
 void setVolSeqNo(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hide

public boolean hide

isDirectory

public boolean isDirectory
Constructor Detail

ISO9660DirectoryRecord

public ISO9660DirectoryRecord(StreamHandler streamHandler,
                              ISO9660File file,
                              LayoutHelper helper)
                       throws HandlerException
File

Throws:
HandlerException

ISO9660DirectoryRecord

public ISO9660DirectoryRecord(StreamHandler streamHandler,
                              ISO9660Directory dir,
                              LayoutHelper helper)
                       throws HandlerException
Directory

Throws:
HandlerException

ISO9660DirectoryRecord

public ISO9660DirectoryRecord(StreamHandler streamHandler,
                              Object object,
                              ISO9660Directory dir,
                              LayoutHelper helper)
                       throws HandlerException
Special Directory

Throws:
HandlerException
Method Detail

setVolSeqNo

public void setVolSeqNo(int value)

hide

public void hide()

doDR

public HashMap doDR()
             throws HandlerException
Throws:
HandlerException


Copyright © 2013. All Rights Reserved.