public class UInt64ArrayCodec extends Object implements Codec<BigInteger[]>
| 限定符和类型 | 类和说明 |
|---|---|
class |
UInt64ArrayCodec.CollectionCodec |
| 构造器和说明 |
|---|
UInt64ArrayCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigInteger[] |
decode(CodecContext context,
ByteBufferInputStream inputStream) |
void |
encode(CodecContext context,
ByteBufferOutputStream outputStream,
BigInteger[] values) |
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[] values)
encode 在接口中 Codec<BigInteger[]>Copyright © 2019–2025 indunet. All rights reserved.