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