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