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