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


Constructor Summary
IntIndexInput.Reader()
           
 
Method Summary
abstract  int next()
          Reads next single int
 IntsRef read(int count)
          Read up to count ints.
 
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

read

public IntsRef read(int count)
             throws IOException
Read up to count ints.

Throws:
IOException


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