Mime4.net Home | Community Edition | Order | Usage examples | Feedback
EOLConvertingInputStream Constructor MIME4NET Class Library Documentation
Overload List

  NameDescription
Public methodEOLConvertingInputStream(Stream)
Creates a new EOLConvertingInputStream instance converting bytes in the given InputStream. The flag CONVERT_BOTH is the default.
Public methodEOLConvertingInputStream(Stream, EOLConvertingInputStream 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.
Top
See Also