Initializes a new MIME content object.
The readable, seekable stream containing the encoded content.
The transfer encoding used by the stream.
ReadonlyencodingThe content-transfer-encoding used by the stored stream.
The detected newline format of the content, when known.
The backing stream, or null after disposal.
Opens a decoded stream over the content.
A filtered stream that decodes the content-transfer-encoding.
Writes the encoded content to another stream.
The destination stream.
Decodes the content to another stream.
The destination stream.
Releases the backing stream.
Represents MIME content backed by a readable, seekable stream.
The content can be opened raw, copied as stored, or decoded according to its transfer encoding.