public class FloatCodec extends Object implements Codec<Float>
| 构造器和说明 |
|---|
FloatCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
Float |
decode(CodecContext context,
ByteBufferInputStream inputStream) |
void |
encode(CodecContext context,
ByteBufferOutputStream outputStream,
Float value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodec, getFormulapublic Float decode(CodecContext context, ByteBufferInputStream inputStream)
public void encode(CodecContext context, ByteBufferOutputStream outputStream, Float value)
Copyright © 2019–2025 indunet. All rights reserved.