org.apache.lucene.codecs.sep
Class IntIndexInput.Reader

java.lang.Object
  extended by org.apache.lucene.codecs.sep.IntIndexInput.Reader
Enclosing class:
IntIndexInput

public abstract static class IntIndexInput.Reader
extends Object

Reads int values.


Constructor Summary
IntIndexInput.Reader()
           
 
Method Summary
abstract  int next()
          Reads next single int
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntIndexInput.Reader

public IntIndexInput.Reader()
Method Detail

next

public abstract int next()
                  throws IOException
Reads next single int

Throws:
IOException


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.