| 构造器和说明 |
|---|
Int8Codec() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
decode(byte[] bytes,
int offset) |
Integer |
decode(CodecContext context,
byte[] bytes) |
void |
encode(byte[] bytes,
int offset,
int value) |
void |
encode(CodecContext context,
byte[] bytes,
Integer value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodec, getFormulapublic int decode(byte[] bytes,
int offset)
public void encode(byte[] bytes,
int offset,
int value)
public Integer decode(CodecContext context, byte[] bytes)
public void encode(CodecContext context, byte[] bytes, Integer value)
Copyright © 2019–2022 indunet. All rights reserved.