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) |
isCompletedbufferNeedsFlushprotected void reset(long value)
public int encodeMore(char[] buffer,
int ptr,
int end)
encodeMore in class AsciiValueEncoderAsciiValueEncoder.bufferNeedsFlush(int)
is appropriately called once before calling this
method)public int encodeMore(byte[] buffer,
int ptr,
int end)
encodeMore in class AsciiValueEncoderAsciiValueEncoder.bufferNeedsFlush(int)
is appropriately called once before calling this
method)