Searched refs:decodeQuotedPrintable (Results 1 – 3 of 3) sorted by relevance
173 return QuotedPrintableCodec.decodeQuotedPrintable(tmp); in doDecoding()175 return QuotedPrintableCodec.decodeQuotedPrintable(bytes); in doDecoding()
178 public static final byte[] decodeQuotedPrintable(byte[] bytes) throws DecoderException { in decodeQuotedPrintable() method in QuotedPrintableCodec235 return decodeQuotedPrintable(bytes); in decode()
594 …method @Deprecated public static final byte[] decodeQuotedPrintable(byte[]) throws org.apache.comm…