OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doEncoding
(Results
1 - 3
of
3
) sorted by null
/external/apache-http/src/org/apache/commons/codec/net/
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;
BCodec.java
76
protected byte[]
doEncoding
(byte[] bytes) throws EncoderException {
/prebuilt/common/http-client/
commons-codec-1.4.jar
Completed in 368 milliseconds