Home
last modified time | relevance | path

Searched refs:doDecoding (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/net/
DRFC1522Codec.java132 data = doDecoding(data); in decodeText()
165 protected abstract byte[] doDecoding(byte[] bytes) throws DecoderException; in doDecoding() method in RFC1522Codec
DBCodec.java88 protected byte[] doDecoding(byte[] bytes) throws DecoderException { in doDecoding() method in BCodec
DQCodec.java152 protected byte[] doDecoding(byte[] bytes) throws DecoderException { in doDecoding() method in QCodec
/external/apache-http/api/
Dcurrent.txt556 …method @Deprecated protected byte[] doDecoding(byte[]) throws org.apache.commons.codec.DecoderExce…
570 …method @Deprecated protected byte[] doDecoding(byte[]) throws org.apache.commons.codec.DecoderExce…