Expand description
A buffer for reading data from the network.
The InputBuffer
is a buffer of bytes similar to a first-in, first-out queue.
It is filled by reading from a stream supporting Read
and is then
accessible as a cursor for reading bytes.
Structs§
- The reference to the buffer used for reading.
- A FIFO buffer for reading packets from network.
- Size limit error.
Constants§
- The recommended minimum read size.