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