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