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