Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/net/
DQuotedPrintableCodec.java119 private static final void encodeQuotedPrintable(int b, ByteArrayOutputStream buffer) { in encodeQuotedPrintable() method in QuotedPrintableCodec
141 public static final byte[] encodeQuotedPrintable(BitSet printable, byte[] bytes) { in encodeQuotedPrintable() method in QuotedPrintableCodec