public interface Encoder
int encode(byte[] data, int off, int length, java.io.OutputStream out) throws java.io.IOException
java.io.IOException
int decode(byte[] data, int off, int length, java.io.OutputStream out) throws java.io.IOException
java.io.IOException
int decode(java.lang.String data, java.io.OutputStream out) throws java.io.IOException
java.io.IOException