public final class DGapIntDecoder extends IntDecoder
IntDecoder
which wraps another decoder and reverts the d-gap that
was encoded by DGapIntEncoder
.Constructor and Description |
---|
DGapIntDecoder(IntDecoder decoder) |
public DGapIntDecoder(IntDecoder decoder)
public void decode(BytesRef buf, IntsRef values)
IntDecoder
IntsRef
. Note
that values.offset
is set to 0, and values.length
is
updated to denote the number of decoded values.decode
in class IntDecoder
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.