Package org.apache.lucene.util

Low-level faceting utilities.

See:
          Description

Class Summary
UnsafeByteArrayInputStream This class, much like ByteArrayInputStream uses a given buffer as a source of an InputStream.
UnsafeByteArrayOutputStream This class is used as a wrapper to a byte array, extending OutputStream.
Vint8 Variable-length encoding of 32-bit integers, into 8-bit bytes.
Vint8.Position Because Java lacks call-by-reference, this class boxes the decoding position, which is initially set by the caller, and returned after decoding, incremented by the number of bytes processed.
 

Package org.apache.lucene.util Description

Low-level faceting utilities.



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