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