Uses of Class
org.apache.lucene.codecs.sep.IntIndexInput

Packages that use IntIndexInput
org.apache.lucene.codecs.intblock Intblock: base support for fixed or variable length block integer encoders 
org.apache.lucene.codecs.sep Sep: base support for separate files (doc,frq,pos,skp,pyl) 
 

Uses of IntIndexInput in org.apache.lucene.codecs.intblock
 

Subclasses of IntIndexInput in org.apache.lucene.codecs.intblock
 class FixedIntBlockIndexInput
          Abstract base class that reads fixed-size blocks of ints from an IndexInput.
 class VariableIntBlockIndexInput
          Abstract base class that reads variable-size blocks of ints from an IndexInput.
 

Uses of IntIndexInput in org.apache.lucene.codecs.sep
 

Methods in org.apache.lucene.codecs.sep that return IntIndexInput
abstract  IntIndexInput IntStreamFactory.openInput(Directory dir, String fileName, IOContext context)
           
 



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