static final class ValueEncoderFactory.FloatArrayEncoder extends ValueEncoderFactory.ArrayEncoder
Modifier and Type | Field and Description |
---|---|
(package private) float[] |
_values |
_end, _ptr
MIN_CHARS_WITHOUT_FLUSH
Modifier | Constructor and Description |
---|---|
protected |
FloatArrayEncoder(float[] 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
protected FloatArrayEncoder(float[] values, int from, int length)
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)