pub trait MemoryInputStreamExt: 'static { fn add_bytes(&self, bytes: &Bytes); }
Trait containing all MemoryInputStream methods.
MemoryInputStream
Appends bytes to data that can be read from the input stream.
bytes
input data