Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: NewlineNormalizerStream8bit(Stream, byte[])

Declaration

public NewlineNormalizerStream8bit(
    Stream underlyingStream,
    byte[] newline = null
)

Summary

Constructs a NewlineNormalizerStream8bit.

Parameters

StreamunderlyingStreamStream to read textual data from.
byte[]newlineNormalised newline to use. If not specified, uses Environment.NewLine, encoded to UTF-8.