com.github.stephenc.javaisotools.joliet.impl
Class JolietFilenameDataReference

java.lang.Object
  extended by com.github.stephenc.javaisotools.iso9660.FilenameDataReference
      extended by com.github.stephenc.javaisotools.joliet.impl.JolietFilenameDataReference
All Implemented Interfaces:
DataReference

public class JolietFilenameDataReference
extends FilenameDataReference


Constructor Summary
JolietFilenameDataReference(ISO9660Directory dir)
           
JolietFilenameDataReference(ISO9660File file)
           
 
Method Summary
 InputStream createInputStream()
           
 long getLength()
           
 
Methods inherited from class com.github.stephenc.javaisotools.iso9660.FilenameDataReference
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JolietFilenameDataReference

public JolietFilenameDataReference(ISO9660Directory dir)
                            throws HandlerException
Throws:
HandlerException

JolietFilenameDataReference

public JolietFilenameDataReference(ISO9660File file)
                            throws HandlerException
Throws:
HandlerException
Method Detail

getLength

public long getLength()
Specified by:
getLength in interface DataReference
Specified by:
getLength in class FilenameDataReference

createInputStream

public InputStream createInputStream()
                              throws IOException
Specified by:
createInputStream in interface DataReference
Specified by:
createInputStream in class FilenameDataReference
Throws:
IOException


Copyright © 2013. All Rights Reserved.