public interface  org.apache.commons.codec.BinaryDecoder extends java.lang.Object implements org.apache.commons.codec.Decoder
{
public abstract byte[] decode(byte[]) throws org.apache.commons.codec.DecoderException;
}