Represents a readable stream that provides a way to read data asynchronously.
Closes the stream and releases any resources associated with it.
A promise that resolves when the stream is successfully closed.
Reads the next chunk of data from the stream.
A promise that resolves to a Uint8Array containing the data read from the stream, or null if the end of the stream has been reached.
Represents a readable stream that provides a way to read data asynchronously.