HomeSort by relevance Sort by last modified time
    Searched defs:doEncoding (Results 1 - 5 of 5) sorted by null

  /external/apache-http/src/org/apache/commons/codec/net/
BCodec.java 76 protected byte[] doEncoding(byte[] bytes) throws EncoderException {
RFC1522Codec.java 50 * RFC 1522 codecs and then invokes {@link #doEncoding(byte [])} method of a concrete
77 byte [] rawdata = doEncoding(text.getBytes(charset));
86 * {@link #doEncoding(byte [])} method of a concrete class to perform the specific deconding.
148 protected abstract byte[] doEncoding(byte[] bytes) throws EncoderException;
QCodec.java 132 protected byte[] doEncoding(byte[] bytes) throws EncoderException {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 

Completed in 49 milliseconds