static final class ValueEncoderFactory.IntArrayEncoder extends ValueEncoderFactory.ArrayEncoder
Modifier and Type | Field and Description |
---|---|
(package private) int[] |
_values |
_end, _ptr
MIN_CHARS_WITHOUT_FLUSH
Modifier | Constructor and Description |
---|---|
protected |
IntArrayEncoder(int[] values,
int from,
int length) |
Modifier and Type | Method and Description |
---|---|
int |
encodeMore(byte[] buffer,
int ptr,
int end) |
int |
encodeMore(char[] buffer,
int ptr,
int end) |
isCompleted
bufferNeedsFlush
public int encodeMore(char[] buffer, int ptr, int end)
encodeMore
in class ValueEncoderFactory.ArrayEncoder
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)