EOLConvertingInputStream Class

InputStream which converts \r bytes not followed by \n and \n not preceded by \r to \r\n.

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

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         NI.Common.IO.FilterStream
            NI.Common.IO.ReadByteStream
               NI.Email.Mime.EOLConvertingInputStream

public class EOLConvertingInputStream : ReadByteStream

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

EOLConvertingInputStream Members | NI.Email.Mime Namespace