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

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

public class ISO9660FilenameDataReference
extends FilenameDataReference


Constructor Summary
ISO9660FilenameDataReference(ISO9660Directory dir)
           
ISO9660FilenameDataReference(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

ISO9660FilenameDataReference

public ISO9660FilenameDataReference(ISO9660Directory dir)
                             throws HandlerException
Throws:
HandlerException

ISO9660FilenameDataReference

public ISO9660FilenameDataReference(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.