Home
last modified time | relevance | path

Searched refs:BinaryDecoder (Results 1 – 15 of 15) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/binary/
DHex.java19 import org.apache.commons.codec.BinaryDecoder;
36 public class Hex implements BinaryEncoder, BinaryDecoder {
DBinaryCodec.java19 import org.apache.commons.codec.BinaryDecoder;
40 public class BinaryCodec implements BinaryDecoder, BinaryEncoder {
DBase64.java19 import org.apache.commons.codec.BinaryDecoder;
41 public class Base64 implements BinaryEncoder, BinaryDecoder {
/external/sl4a/Common/src/org/apache/commons/codec/
DBinaryDecoder.java25 public interface BinaryDecoder extends Decoder { interface
/external/apache-http/src/org/apache/commons/codec/
DBinaryDecoder.java30 public interface BinaryDecoder extends Decoder { interface
/external/cronet/tot/third_party/protobuf/conformance/
DConformanceJavaLite.java97 private static class BinaryDecoder<T extends MessageLite> { class in ConformanceJavaLite
158 BinaryDecoder<T> decoder = new BinaryDecoder<>(); in parseBinary()
DConformanceJava.java101 private static class BinaryDecoder<T extends AbstractMessage> { class in ConformanceJava
159 BinaryDecoder<T> decoder = new BinaryDecoder<>(); in parseBinary()
/external/protobuf/conformance/
DConformanceJavaLite.java97 private static class BinaryDecoder<T extends MessageLite> { class in ConformanceJavaLite
158 BinaryDecoder<T> decoder = new BinaryDecoder<>(); in parseBinary()
DConformanceJava.java101 private static class BinaryDecoder<T extends AbstractMessage> { class in ConformanceJava
159 BinaryDecoder<T> decoder = new BinaryDecoder<>(); in parseBinary()
/external/cronet/stable/third_party/protobuf/conformance/
DConformanceJavaLite.java97 private static class BinaryDecoder<T extends MessageLite> { class in ConformanceJavaLite
158 BinaryDecoder<T> decoder = new BinaryDecoder<>(); in parseBinary()
DConformanceJava.java101 private static class BinaryDecoder<T extends AbstractMessage> { class in ConformanceJava
159 BinaryDecoder<T> decoder = new BinaryDecoder<>(); in parseBinary()
/external/apache-http/src/org/apache/commons/codec/net/
DQuotedPrintableCodec.java22 import org.apache.commons.codec.BinaryDecoder;
64 public class QuotedPrintableCodec implements BinaryEncoder, BinaryDecoder, StringEncoder, StringDec…
DURLCodec.java23 import org.apache.commons.codec.BinaryDecoder;
55 public class URLCodec implements BinaryEncoder, BinaryDecoder, StringEncoder, StringDecoder {
/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java22 import org.apache.commons.codec.BinaryDecoder;
52 public class Base64Codec implements BinaryEncoder, BinaryDecoder {
/external/apache-http/api/
Dcurrent.txt404 @Deprecated public interface BinaryDecoder extends org.apache.commons.codec.Decoder {
446 …@Deprecated public class Base64 implements org.apache.commons.codec.BinaryDecoder org.apache.commo…
459 …@Deprecated public class BinaryCodec implements org.apache.commons.codec.BinaryDecoder org.apache.…
473 …@Deprecated public class Hex implements org.apache.commons.codec.BinaryDecoder org.apache.commons.…
587 …@Deprecated public class QuotedPrintableCodec implements org.apache.commons.codec.BinaryDecoder or…
603 …@Deprecated public class URLCodec implements org.apache.commons.codec.BinaryDecoder org.apache.com…