Creates a new instance of a pipe
Optionalbuffer: Uint8Array<ArrayBufferLike>an optional buffer to start with
Optionallength: numberan optional amount of bytes to use for the length.
Whether or not there is more data to read from the buffer
Save a checkpoint of the reading view (for backtracking)
Restore a checkpoint of the reading view (for backtracking)
a previously saved checkpoint
Read num number of bytes from the front of the pipe.
The number of bytes to read.
Allocate a fixed amount of memory in the buffer. This does not affect the view.
A number of bytes to add to the buffer.
A class that abstracts a pipe-like Uint8Array.