std
::
io
ReadBuffer
struct
ReadBuffer
(
InStream
)
{
InStream
wrapped_stream
;
char
[
]
bytes
;
usz
read_idx
;
usz
write_idx
;
}
Members
Methods