TextStreamBase

Description

abstract class Tinman.Core.IO.Streams.TextStreamBase

Derived from

Disposable abstract
ITextStream

Extended by

MemoryTextStream sealed

Abstract base class for ITextStream implementations.

Protected / Methods

Do​Read


protected abstract method DoRead → (3)

chars in : char [ ]

The output array.

offset in : int32

Offset into chars in.

count in : int32

The number of characters to read.

returns → int32

The number of characters that has been read into chars in.

Reads characters from the underlying stream.

IOException

If an I/O error has occurred.