public class UInt64ArrayCodec extends Object implements Codec<BigInteger[]>
| 限定符和类型 | 类和说明 |
|---|---|
class |
UInt64ArrayCodec.CollectionCodec |
| 构造器和说明 |
|---|
UInt64ArrayCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigInteger[] |
decode(byte[] bytes,
int offset,
int length,
EndianPolicy policy) |
BigInteger[] |
decode(CodecContext context,
byte[] bytes) |
void |
encode(byte[] bytes,
int offset,
int length,
EndianPolicy policy,
BigInteger[] values) |
void |
encode(CodecContext context,
byte[] bytes,
BigInteger[] value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodec, getFormulapublic BigInteger[] decode(byte[] bytes, int offset, int length, EndianPolicy policy)
public void encode(byte[] bytes,
int offset,
int length,
EndianPolicy policy,
BigInteger[] values)
public BigInteger[] decode(CodecContext context, byte[] bytes)
decode 在接口中 Codec<BigInteger[]>public void encode(CodecContext context, byte[] bytes, BigInteger[] value)
encode 在接口中 Codec<BigInteger[]>Copyright © 2019–2022 indunet. All rights reserved.