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, setTargetprotected void doTargetUpdated(TokenSettable target)
AbstractTokenDecoderdoTargetUpdated in class AbstractTokenDecodertarget - the buffer into which decoded valued
are writtenpublic void decode(BinaryReader source, boolean skip)
TokenDecodersource - the reader containing the encodingskip - a value of true means decode the bytes but don't set on targetCopyright © 2021 Actian Corporation. All rights reserved.