Class NewlineByteFramer
Inheritance
NewlineByteFramer
Assembly: Glitch9.IO.dll
Syntax
public sealed class NewlineByteFramer : IByteFramer
Constructors
|
Edit this page
View Source
NewlineByteFramer(bool)
Declaration
public NewlineByteFramer(bool trimCR = true)
Parameters
| Type |
Name |
Description |
| bool |
trimCR |
|
Methods
|
Edit this page
View Source
Feed(ReadOnlyMemory<byte>)
Declaration
public IEnumerable<ReadOnlyMemory<byte>> Feed(ReadOnlyMemory<byte> chunk)
Parameters
Returns
Implements
Extension Methods