jml2b.util
Class JpoInputStream

java.lang.Object
  extended byjml2b.util.JpoInputStream

public class JpoInputStream
extends java.lang.Object

Author:
L. Burdy

Constructor Summary
JpoInputStream(java.io.DataInput bis, java.io.DataInputStream pool)
           
 
Method Summary
 long getFilePointer()
           
 boolean readBoolean()
           
 byte readByte()
           
 int readInt()
           
 java.lang.String readUTF()
           
 void seek(long lemmasFileIndex)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpoInputStream

public JpoInputStream(java.io.DataInput bis,
                      java.io.DataInputStream pool)
               throws java.io.IOException
Method Detail

readUTF

public java.lang.String readUTF()
                         throws java.io.IOException
Throws:
java.io.IOException

readInt

public int readInt()
            throws java.io.IOException
Throws:
java.io.IOException

readBoolean

public boolean readBoolean()
                    throws java.io.IOException
Throws:
java.io.IOException

readByte

public byte readByte()
              throws java.io.IOException
Throws:
java.io.IOException

getFilePointer

public long getFilePointer()
                    throws java.io.IOException
Throws:
java.io.IOException

seek

public void seek(long lemmasFileIndex)
          throws java.io.IOException
Parameters:
lemmasFileIndex -
Throws:
java.io.IOException