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