Interface Encoder
- All Known Implementing Classes:
Base64Encoder
public interface Encoder
Encode and decode byte arrays (typically from binary to 7-bit ASCII
encodings).
-
Method Summary
Modifier and TypeMethodDescriptionint
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)
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
decode
- Throws:
IOException
-