Searched refs:BinaryDecoder (Results 1 – 6 of 6) sorted by relevance
19 import org.apache.commons.codec.BinaryDecoder;36 public class Hex implements BinaryEncoder, BinaryDecoder {
19 import org.apache.commons.codec.BinaryDecoder;40 public class BinaryCodec implements BinaryDecoder, BinaryEncoder {
19 import org.apache.commons.codec.BinaryDecoder;41 public class Base64 implements BinaryEncoder, BinaryDecoder {
30 public interface BinaryDecoder extends Decoder { interface
22 import org.apache.commons.codec.BinaryDecoder;64 public class QuotedPrintableCodec implements BinaryEncoder, BinaryDecoder, StringEncoder, StringDec…
23 import org.apache.commons.codec.BinaryDecoder;55 public class URLCodec implements BinaryEncoder, BinaryDecoder, StringEncoder, StringDecoder {