public class Encoder extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(Codec codec,
byte[] input) |
static byte[] |
encode(Codec codec,
byte[] input) |
public static byte[] encode(Codec codec, byte[] input) throws IOException
IOExceptionpublic static byte[] decode(Codec codec, byte[] input) throws IOException
IOExceptionCopyright © 2025. All rights reserved.