static final class ValueEncoderFactory.FloatArrayEncoder extends ValueEncoderFactory.ArrayEncoder
| Modifier and Type | Field and Description |
|---|---|
(package private) float[] |
_values |
_end, _ptrMIN_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) |
isCompletedbufferNeedsFlushprotected FloatArrayEncoder(float[] values,
int from,
int length)
public int encodeMore(char[] buffer,
int ptr,
int end)
encodeMore in class ValueEncoderFactory.ArrayEncoderAsciiValueEncoder.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)