public interface Encoder
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
getEncodedLength(int inputLength) |
int |
getMaxDecodedLength(int inputLength) |
int getEncodedLength(int inputLength)
int getMaxDecodedLength(int inputLength)
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 © 2025 fossc. All rights reserved.