public final class QuotedPrintable extends Object
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
decode(byte[] input)
Decode the given input.
|
static ByteBuffer |
decode(ByteBuffer input)
Decode the given input.
|
static ByteBuffer |
decode(String input)
Decode the given input.
|
static ByteBuffer |
encode(byte[] input)
Encode the given input.
|
static ByteBuffer |
encode(String text,
Charset charset)
Encode the given input.
|
public static ByteBuffer decode(ByteBuffer input) throws IOException
IOExceptionpublic static ByteBuffer decode(byte[] input) throws IOException
IOExceptionpublic static ByteBuffer decode(String input) throws IOException
IOExceptionpublic static ByteBuffer encode(String text, Charset charset)
public static ByteBuffer encode(byte[] input)
Copyright © 2019. All rights reserved.