EOLConvertingInputStream Constructor (Stream, BehaviourType)

Creates a new EOLConvertingInputStream instance converting bytes in the given InputStream. @param in the InputStream to read from. @param flags one of CONVERT_CR, CONVERT_LF or CONVERT_BOTH.

public EOLConvertingInputStream(
   Stream inStream,
   BehaviourType behaviour
);

See Also

EOLConvertingInputStream Class | NI.Email.Mime Namespace | EOLConvertingInputStream Constructor Overload List