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