【问题标题】:how to encode inputstream to quoted-printable inputstream如何将输入流编码为可引用的可打印输入流
【发布时间】:2013-11-01 10:33:57
【问题描述】:

像 org.apache.commons.codec.binary.Base64InputStream 它将给定的输入流转换为 base64inputstream,我想要将输入流转换为引用可打印输入流的类。

请帮忙找一个。

【问题讨论】:

标签: java encoding inputstream quoted-printable


【解决方案1】:

我找到了答案。我使用了詹姆斯代码。

org.apache.james.mime4j.codec.Base64InputStream; org.apache.james.mime4j.codec.QuotedPrintableInputStream;

我将这两个用于各自的编码。

【讨论】:

    猜你喜欢
    • 2016-11-27
    • 2019-09-15
    • 2011-08-12
    • 1970-01-01
    • 2017-01-12
    • 1970-01-01
    • 2021-07-05
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多