Package org.apache.lucene.codecs.intblock

Intblock: base support for fixed or variable length block integer encoders

See:
          Description

Interface Summary
FixedIntBlockIndexInput.BlockReader Interface for fixed-size block decoders.
VariableIntBlockIndexInput.BlockReader Interface for variable-size block decoders.
 

Class Summary
FixedIntBlockIndexInput Abstract base class that reads fixed-size blocks of ints from an IndexInput.
FixedIntBlockIndexOutput Abstract base class that writes fixed-size blocks of ints to an IndexOutput.
VariableIntBlockIndexInput Abstract base class that reads variable-size blocks of ints from an IndexInput.
VariableIntBlockIndexOutput Abstract base class that writes variable-size blocks of ints to an IndexOutput.
 

Package org.apache.lucene.codecs.intblock Description

Intblock: base support for fixed or variable length block integer encoders



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