wt.fv
Class AccendingSequenceOfLongsReader

java.lang.Object
  extended bywt.fv.AccendingSequenceOfLongsReader

class AccendingSequenceOfLongsReader
extends Object


Field Summary
private  boolean eof
           
private  boolean eoSeq
           
private  DataInputStream in
           
private  Long prevRead
           
 
Constructor Summary
(package private) AccendingSequenceOfLongsReader(DataInputStream br)
           
(package private) AccendingSequenceOfLongsReader(Long first, DataInputStream br)
           
 
Method Summary
 boolean eof()
           
 Long getLast()
           
 Long readNext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

private DataInputStream in

prevRead

private Long prevRead

eoSeq

private boolean eoSeq

eof

private boolean eof
Constructor Detail

AccendingSequenceOfLongsReader

AccendingSequenceOfLongsReader(DataInputStream br)
                         throws IOException

AccendingSequenceOfLongsReader

AccendingSequenceOfLongsReader(Long first,
                               DataInputStream br)
                         throws IOException
Method Detail

readNext

public Long readNext()
              throws IOException
Throws:
IOException

getLast

public Long getLast()

eof

public boolean eof()