EOLConvertingInputStream Constructor

Creates a new EOLConvertingInputStream instance converting bytes in the given InputStream. The flag CONVERT_BOTH is the default.

Overload List

Creates a new EOLConvertingInputStream instance converting bytes in the given InputStream. The flag CONVERT_BOTH is the default.

public EOLConvertingInputStream(Stream);

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,BehaviourType);

See Also

EOLConvertingInputStream Class | NI.Email.Mime Namespace