| 限定符和类型 | 类和说明 |
|---|---|
class |
Int32ArrayCodec.CollectionCodec |
class |
Int32ArrayCodec.WrapperCodec |
| 构造器和说明 |
|---|
Int32ArrayCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
int[] |
decode(byte[] bytes,
int offset,
int length,
EndianPolicy policy) |
int[] |
decode(CodecContext context,
byte[] bytes) |
void |
encode(byte[] bytes,
int offset,
int length,
EndianPolicy policy,
int[] values) |
void |
encode(CodecContext context,
byte[] bytes,
int[] value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodec, getFormulapublic int[] decode(byte[] bytes,
int offset,
int length,
EndianPolicy policy)
public void encode(byte[] bytes,
int offset,
int length,
EndianPolicy policy,
int[] values)
public int[] decode(CodecContext context, byte[] bytes)
public void encode(CodecContext context, byte[] bytes, int[] value)
Copyright © 2019–2022 indunet. All rights reserved.