MimeStreamReader
open class MimeStreamReader : ByteStream, @unchecked Sendable
Stream for parsing MIME multipart/mixed messages.
See also
RFC 2046.-
Declaration
Swift
override open func close() throws -
Declaration
Swift
open class func newMultipart(boundary: String, stream: ByteStream) -> MimeStreamReaderParameters
boundaryMIME boundary string.
streamStream containing MIME message. Will be consumed by
readByteandnextPartcalls.Return Value
a new MIME stream for an outer multipart/mixed message.
-
Declaration
Swift
override open func readByte() throws -> Int