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