Searched defs:encodeQuotedPrintable (Results 1 - 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/net/
H A DQuotedPrintableCodec.java114 private static final void encodeQuotedPrintable(int b, ByteArrayOutputStream buffer) { method in class:QuotedPrintableCodec
136 public static final byte[] encodeQuotedPrintable(BitSet printable, byte[] bytes) { method in class:QuotedPrintableCodec
152 encodeQuotedPrintable(b, buffer);
211 return encodeQuotedPrintable(PRINTABLE_CHARS, bytes);

Completed in 1585 milliseconds