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