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