RootInputStream Class

InputStream used by the parser to wrap the original user supplied stream. This stream keeps track of the current line number and can also be truncated. When truncated the stream will appear to have reached end of file. This is used by the parser's Stop method.

For a list of all members of this type, see RootInputStream Members.

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         NI.Common.IO.FilterStream
            NI.Email.Mime.RootInputStream

public class RootInputStream : FilterStream

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NI.Email.Mime

Assembly: NI.Email.Mime (in NI.Email.Mime.dll)

See Also

RootInputStream Members | NI.Email.Mime Namespace