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

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