TransferEncoding

TransferEncoding enumeration

Specifies the Content-Transfer-Encoding header information.

Members

Member nameDescription
UNKNOWNThe transfer encoding is unknown.
SEVEN_BITThe data is in 7-bit US-ASCII characters.
EIGHT_BITThe data is in 8-bit characters.
BINARYThe binary encoding.
QUOTED_PRINTABLEQuoted-printable, is an encoding using printable ASCII characters.
BASE64Base64 encoding that encodes stream-based data.
UU_ENCODEUUEncoding that encodes binary data for transmission over the uucp mail system.
BIN_HEXThe binary-to-hexadecimal encoding.

See Also