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