com.github.stephenc.javaisotools.iso9660.sabre.impl
Class LSBFWordDataReference

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

public class LSBFWordDataReference
extends Object
implements DataReference


Constructor Summary
LSBFWordDataReference(long value)
           
 
Method Summary
 InputStream createInputStream()
           
 long getLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LSBFWordDataReference

public LSBFWordDataReference(long value)
Method Detail

getLength

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

createInputStream

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


Copyright © 2013. All Rights Reserved.