Click or drag to resize
MimeKit

MimeKit.IO Namespace

The MimeKit.IO namespace provides classes that extend the System.IO namespace.
Classes
 ClassDescription
Public classBoundStream A bounded stream, confined to reading and writing data to a limited subset of the overall source stream.
Public classChainedStream A chained stream.
Public classFilteredStream A stream which filters data as it is read or written.
Public classMeasuringStream A stream useful for measuring the amount of data written.
Public classMemoryBlockStream An efficient memory stream implementation that sacrifices the ability to get access to the internal byte buffer in order to drastically improve performance.
Interfaces
 InterfaceDescription
Public interfaceICancellableStream An interface allowing for a cancellable stream reading operation.