See: Description
| Interface | Description |
|---|---|
| FixedIntBlockIndexInput.BlockReader |
Interface for fixed-size block decoders.
|
| VariableIntBlockIndexInput.BlockReader |
Interface for variable-size block decoders.
|
| Class | Description |
|---|---|
| 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.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.