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
IOExceptionint decode(byte[] data,
int off,
int length,
OutputStream out)
throws IOException
IOExceptionint decode(String data, OutputStream out) throws IOException
IOExceptionCopyright © 2015. All rights reserved.