Read a single character from the stream.
Promise that resolves to the character read.
Read a chunk of data from the stream. The size of the chunk is given by the implementation and available data.
Promise that resolves to the data read.
Generated using TypeDoc
Read a single character from the stream.