Trait MemoryInputStreamExt
Other items ingio::prelude
pub trait MemoryInputStreamExt: 'static { fn add_bytes(&self, bytes: &Bytes); }
Trait containing all MemoryInputStream methods.
MemoryInputStream
fn add_bytes(&self, bytes: &Bytes)
Appends bytes to data that can be read from the input stream.
bytes
input data
impl<O: IsA<MemoryInputStream>> MemoryInputStreamExt for O