Mime4.net Home | Community Edition | Order | Usage examples | Feedback
EOLConvertingInputStream Constructor (Stream, EOLConvertingInputStream BehaviourType)MIME4NET Class Library Documentation
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.

Namespace: NI.Email.Mime
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public EOLConvertingInputStream(
	Stream inStream,
	EOLConvertingInputStream BehaviourType behaviour
)

Parameters

inStream
Type: System.IO Stream

[Missing <param name="inStream"/> documentation for "M:NI.Email.Mime.EOLConvertingInputStream.#ctor(System.IO.Stream,NI.Email.Mime.EOLConvertingInputStream.BehaviourType)"]

behaviour
Type: NI.Email.Mime EOLConvertingInputStream BehaviourType

[Missing <param name="behaviour"/> documentation for "M:NI.Email.Mime.EOLConvertingInputStream.#ctor(System.IO.Stream,NI.Email.Mime.EOLConvertingInputStream.BehaviourType)"]

See Also