[][src]Trait gio::MemoryInputStreamExt

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

Trait containing all MemoryInputStream methods.

Implementors

MemoryInputStream

Required methods

fn add_bytes(&self, bytes: &Bytes)

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

bytes

input data

Loading content...

Implementors

impl<O: IsA<MemoryInputStream>> MemoryInputStreamExt for O[src]

Loading content...