public final class TransferEncoding
extends com.aspose.ms.System.Enum
Specifies the Content-Transfer-Encoding header information.
Modifier and Type | Field and Description |
---|---|
static int |
Base64
Base64 encoding that encodes stream-based data.
|
static int |
Binary
The binary encoding.
|
static int |
BinHex
The binary-to-hexadecimal encoding.
|
static int |
EightBit
The data is in 8-bit characters.
|
static int |
QuotedPrintable
Quoted-printable, is an encoding using printable ASCII characters.
|
static int |
SevenBit
The data is in 7-bit US-ASCII characters.
|
static int |
Unknown
The transfer encoding is unknown.
|
static int |
UUEncode
UUEncoding that encodes binary data for transmission over the uucp mail system.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Unknown
The transfer encoding is unknown.
public static final int SevenBit
The data is in 7-bit US-ASCII characters.
public static final int EightBit
The data is in 8-bit characters.
public static final int Binary
The binary encoding.
public static final int QuotedPrintable
Quoted-printable, is an encoding using printable ASCII characters.
public static final int Base64
Base64 encoding that encodes stream-based data.
public static final int UUEncode
UUEncoding that encodes binary data for transmission over the uucp mail system.
public static final int BinHex
The binary-to-hexadecimal encoding.