public class QuotedPrintable
extends java.lang.Object
Constructor and Description |
---|
QuotedPrintable() |
Modifier and Type | Method and Description |
---|---|
static java.lang.CharSequence |
decode(java.lang.CharSequence input,
java.nio.charset.Charset charset)
Decodes a QuotedPrintable encoded text to its original form using the
given Charset.
|
static java.lang.StringBuffer |
encode(java.lang.CharSequence input,
java.nio.charset.Charset charset)
Encodes a CharSequence with QuotedPrintable Coding.
|
public static java.lang.CharSequence decode(java.lang.CharSequence input, java.nio.charset.Charset charset)
input
- The QuotedPrintable encoded text in form of a
CharSequence
charset
- The Charset
of the decoded textStringBuffer
using the given charsetpublic static java.lang.StringBuffer encode(java.lang.CharSequence input, java.nio.charset.Charset charset)
input
- The input text in form of a CharSequence
charset
- The charactercoding that the input uses (e.g. ISO-8859-1)StringBuffer
Copyright © 2021. All Rights Reserved.