static final class ValueEncoderFactory.IntEncoder extends ValueEncoderFactory.TypedScalarEncoder
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
_value |
MIN_CHARS_WITHOUT_FLUSH| Modifier | Constructor and Description |
|---|---|
protected |
IntEncoder() |
| 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(int value) |
isCompletedbufferNeedsFlushprotected void reset(int 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)