public class ComparableFloatCodec extends Object implements FloatCodec
| Modifier and Type | Field and Description |
|---|---|
static ComparableFloatCodec |
INSTANCE |
| Constructor and Description |
|---|
ComparableFloatCodec() |
| Modifier and Type | Method and Description |
|---|---|
float |
decode(byte[] bytes,
int offset) |
byte[] |
encode(float value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodepublic static final ComparableFloatCodec INSTANCE
public byte[] encode(float value)
encode in interface FloatCodecpublic float decode(byte[] bytes,
int offset)
decode in interface FloatCodecCopyright © 2009–2021. All rights reserved.