Trait gio::prelude::MemoryInputStreamExt[][src]

pub trait MemoryInputStreamExt: 'static {
    fn add_bytes(&self, bytes: &Bytes);
}
Expand description

Trait containing all MemoryInputStream methods.

Implementors

MemoryInputStream

Required methods

Appends bytes to data that can be read from the input stream.

bytes

input data

Implementors