[]Trait libhandy4::subclass::prelude::InputStreamImpl

pub trait InputStreamImpl: InputStreamImplExt + Send + ObjectImpl {
    pub fn read(
        &self,
        stream: &Self::Type,
        buffer: &mut [u8],
        cancellable: Option<&Cancellable>
    ) -> Result<usize, Error> { ... }
pub fn close(
        &self,
        stream: &Self::Type,
        cancellable: Option<&Cancellable>
    ) -> Result<(), Error> { ... }
pub fn skip(
        &self,
        stream: &Self::Type,
        count: usize,
        cancellable: Option<&Cancellable>
    ) -> Result<usize, Error> { ... } }

Provided methods

pub fn read(
    &self,
    stream: &Self::Type,
    buffer: &mut [u8],
    cancellable: Option<&Cancellable>
) -> Result<usize, Error>

pub fn close(
    &self,
    stream: &Self::Type,
    cancellable: Option<&Cancellable>
) -> Result<(), Error>

pub fn skip(
    &self,
    stream: &Self::Type,
    count: usize,
    cancellable: Option<&Cancellable>
) -> Result<usize, Error>

Loading content...

Implementors

Loading content...