public interface EncodingAlgorithm
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
convertFromCharacters(char[] ch,
int start,
int length) |
void |
convertToCharacters(java.lang.Object data,
java.lang.StringBuffer s) |
java.lang.Object |
decodeFromBytes(byte[] b,
int start,
int length) |
java.lang.Object |
decodeFromInputStream(java.io.InputStream s) |
void |
encodeToOutputStream(java.lang.Object data,
java.io.OutputStream s) |
java.lang.Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException
EncodingAlgorithmException
java.lang.Object decodeFromInputStream(java.io.InputStream s) throws EncodingAlgorithmException, java.io.IOException
EncodingAlgorithmException
java.io.IOException
void encodeToOutputStream(java.lang.Object data, java.io.OutputStream s) throws EncodingAlgorithmException, java.io.IOException
EncodingAlgorithmException
java.io.IOException
java.lang.Object convertFromCharacters(char[] ch, int start, int length) throws EncodingAlgorithmException
EncodingAlgorithmException
void convertToCharacters(java.lang.Object data, java.lang.StringBuffer s) throws EncodingAlgorithmException
EncodingAlgorithmException