public abstract class IntEncoder extends Object
BytesRef
. For convenience, each encoder
implements createMatchingDecoder()
for easy access to the matching
decoder.Constructor and Description |
---|
IntEncoder() |
Modifier and Type | Method and Description |
---|---|
abstract IntDecoder |
createMatchingDecoder()
Returns an
IntDecoder which can decode the values that were encoded
with this encoder. |
abstract void |
encode(IntsRef values,
BytesRef buf)
Encodes the values to the given buffer.
|
public abstract void encode(IntsRef values, BytesRef buf)
public abstract IntDecoder createMatchingDecoder()
IntDecoder
which can decode the values that were encoded
with this encoder.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.