Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/net/
DRFC1522Codec.java77 byte [] rawdata = doEncoding(text.getBytes(charset)); in encodeText()
148 protected abstract byte[] doEncoding(byte[] bytes) throws EncoderException; in doEncoding() method in RFC1522Codec
DBCodec.java76 protected byte[] doEncoding(byte[] bytes) throws EncoderException { in doEncoding() method in BCodec
DQCodec.java132 protected byte[] doEncoding(byte[] bytes) throws EncoderException { in doEncoding() method in QCodec