public interface Encoder
Modifier and Type | Method and Description |
---|---|
int |
decode(byte[] data,
int off,
int length,
OutputStream out) |
int |
decode(String data,
OutputStream out) |
int |
encode(byte[] data,
int off,
int length,
OutputStream out) |
int encode(byte[] data, int off, int length, OutputStream out) throws IOException
IOException
int decode(byte[] data, int off, int length, OutputStream out) throws IOException
IOException
int decode(String data, OutputStream out) throws IOException
IOException