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