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