| 接口 | 说明 |
|---|---|
| MapDecoderBuilder<K,V> |
| 类 | 说明 |
|---|---|
| AppendBinaryDecoder | |
| BooleanCodec | |
| ByteCodec | |
| FixedValueDecoder<T> | |
| HexStringCodec | |
| Ieee754DoubleCodec | |
| Ieee754FloatCodec | |
| LongCodec | |
| MapBinaryDecoder<K,V> | |
| StringCodec | |
| TwoBytesFloatCodec |
2字节转float
算法: 第一个字节为整数位,第二字节为小数位
e.g.
|
| TwoBytesHexFloatCodec |
2字节16进制转float
算法: 2字节16进制对应的整数/10
e.g.
|
Copyright © 2019–2023. All rights reserved.