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