public final class SparseRecordDecoder extends AbstractTokenDecoder
SparseRecordEncoder
.Modifier and Type | Method and Description |
---|---|
void |
decode(BinaryReader source,
boolean skip)
Decodes the encoding at the current position of the
reader and stores the value in the current target.
|
protected void |
doTargetUpdated(TokenSettable target)
Sets the target buffer for decoding.
|
decodeField, getTarget, setTarget
protected void doTargetUpdated(TokenSettable target)
AbstractTokenDecoder
doTargetUpdated
in class AbstractTokenDecoder
target
- the buffer into which decoded valued
are writtenpublic void decode(BinaryReader source, boolean skip)
TokenDecoder
source
- the reader containing the encodingskip
- a value of true means decode the bytes but don't set on targetCopyright © 2016 Actian Corporation. All rights reserved.