Package org.apache.axiom.mime
Class ContentTransferEncoding
java.lang.Object
org.apache.axiom.mime.ContentTransferEncoding
Represents a MIME content transfer encoding.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContentTransferEncoding
Thebase64
content transfer encoding.static final ContentTransferEncoding
Thebinary
content transfer encoding.static final ContentTransferEncoding
The8bit
content transfer encoding. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract OutputStream
encode
(OutputStream out) Wrap the given output stream to apply the content transfer encoding.final String
toString()
-
Field Details
-
EIGHT_BIT
The8bit
content transfer encoding. -
BINARY
Thebinary
content transfer encoding. -
BASE64
Thebase64
content transfer encoding.
-
-
Constructor Details
-
ContentTransferEncoding
-
-
Method Details