Struct zstd_safe::InBuffer [−][src]
Expand description
Wrapper around an input buffer.
Bytes will be read starting at src[pos]
.
pos
will be updated after reading.
Fields
src: &'a [u8]
pos: usize
Wrapper around an input buffer.
Bytes will be read starting at src[pos]
.
pos
will be updated after reading.
src: &'a [u8]
pos: usize