it.unimi.di.mg4j.tool
Class PartitionLexically.LongWordInputBitStream

java.lang.Object
  extended by it.unimi.di.mg4j.tool.PartitionLexically.LongWordInputBitStream
Enclosing class:
PartitionLexically

protected static final class PartitionLexically.LongWordInputBitStream
extends Object


Constructor Summary
PartitionLexically.LongWordInputBitStream(String filename, int bufferSize, ByteOrder byteOrder)
           
 
Method Summary
 void close()
           
 long extract(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionLexically.LongWordInputBitStream

public PartitionLexically.LongWordInputBitStream(String filename,
                                                 int bufferSize,
                                                 ByteOrder byteOrder)
                                          throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

extract

public long extract(int width)
             throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException