public class UInt64Codec extends Object implements Codec<BigInteger>
| 构造器和说明 |
|---|
UInt64Codec() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigInteger |
decode(byte[] bytes,
int offset,
EndianPolicy policy) |
BigInteger |
decode(CodecContext context,
byte[] bytes) |
void |
encode(byte[] bytes,
int offset,
EndianPolicy policy,
BigInteger value) |
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, EndianPolicy policy)
public void encode(byte[] bytes,
int offset,
EndianPolicy policy,
BigInteger value)
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.