Mime4.net Home | Community Edition | Order | Usage examples | Feedback
NI.Email.Mime.IO NamespaceMIME4NET Class Library Documentation
Classes

  ClassDescription
Public classFilterStream
A
FilterInputStream
FilterInputStream
FilterInputStream
contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality. The class itself simply overrides all methods of with versions that pass all requests to the contained input stream. Subclasses of may further override some of these methods and may also provide additional methods and fields.
Public classPushbackStream
Public classReadByteStream
Stream wrapper that uses only 'ReadByte' method when reading from stream.