Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/net/
DRFC1522Codec.java82 byte [] rawdata = doEncoding(text.getBytes(charset)); in encodeText()
153 protected abstract byte[] doEncoding(byte[] bytes) throws EncoderException; in doEncoding() method in RFC1522Codec
DBCodec.java81 protected byte[] doEncoding(byte[] bytes) throws EncoderException { in doEncoding() method in BCodec
DQCodec.java137 protected byte[] doEncoding(byte[] bytes) throws EncoderException { in doEncoding() method in QCodec
/external/apache-http/api/
Dcurrent.txt557 …method @Deprecated protected byte[] doEncoding(byte[]) throws org.apache.commons.codec.EncoderExce…
571 …method @Deprecated protected byte[] doEncoding(byte[]) throws org.apache.commons.codec.EncoderExce…