public class ByteCodec extends Object implements BinaryCodec<Byte>
| 构造器和说明 |
|---|
ByteCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
Byte |
decode(byte[] payload,
int offset) |
void |
encode(Byte part,
byte[] payload,
int offset) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransfertransferTopublic Byte decode(byte[] payload, int offset)
decode 在接口中 BinaryDecoder<Byte>public void encode(Byte part, byte[] payload, int offset)
encode 在接口中 BinaryEncoder<Byte>Copyright © 2019–2022. All rights reserved.