static final class ValueEncoderFactory.LongEncoder extends ValueEncoderFactory.TypedScalarEncoder
Modifier and Type | Field and Description |
---|---|
(package private) long |
_value |
MIN_CHARS_WITHOUT_FLUSH
Modifier | Constructor and Description |
---|---|
protected |
LongEncoder() |
Modifier and Type | Method and Description |
---|---|
int |
encodeMore(byte[] buffer,
int ptr,
int end) |
int |
encodeMore(char[] buffer,
int ptr,
int end) |
protected void |
reset(long value) |
isCompleted
bufferNeedsFlush
protected void reset(long value)
public int encodeMore(char[] buffer, int ptr, int end)
encodeMore
in class AsciiValueEncoder
AsciiValueEncoder.bufferNeedsFlush(int)
is appropriately called once before calling this
method)public int encodeMore(byte[] buffer, int ptr, int end)
encodeMore
in class AsciiValueEncoder
AsciiValueEncoder.bufferNeedsFlush(int)
is appropriately called once before calling this
method)