Trait gio::prelude::MemoryInputStreamExt

source ·
pub trait MemoryInputStreamExt: IsA<MemoryInputStream> + Sealed + 'static {
    // Provided method
    fn add_bytes(&self, bytes: &Bytes) { ... }
}
Expand description

Trait containing all MemoryInputStream methods.

§Implementors

MemoryInputStream

Provided Methods§

source

fn add_bytes(&self, bytes: &Bytes)

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

§bytes

input data

Object Safety§

This trait is not object safe.

Implementors§