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