| Package | Description |
|---|---|
| me.lucko.helper.messaging.codec |
| Modifier and Type | Method and Description |
|---|---|
M |
GZipCodec.decode(byte[] buf) |
M |
Codec.decode(byte[] buf)
Decodes the message.
|
byte[] |
GZipCodec.encode(M message) |
byte[] |
Codec.encode(M message)
Encodes the message.
|
Copyright © 2022. All rights reserved.