[]Trait libhandy4::subclass::prelude::OutputStreamImpl

pub trait OutputStreamImpl: OutputStreamImplExt + Send + ObjectImpl {
    pub fn write(
        &self,
        stream: &Self::Type,
        buffer: &[u8],
        cancellable: Option<&Cancellable>
    ) -> Result<usize, Error> { ... }
pub fn close(
        &self,
        stream: &Self::Type,
        cancellable: Option<&Cancellable>
    ) -> Result<(), Error> { ... }
pub fn flush(
        &self,
        stream: &Self::Type,
        cancellable: Option<&Cancellable>
    ) -> Result<(), Error> { ... }
pub fn splice(
        &self,
        stream: &Self::Type,
        input_stream: &InputStream,
        flags: OutputStreamSpliceFlags,
        cancellable: Option<&Cancellable>
    ) -> Result<usize, Error> { ... } }

Provided methods

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

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

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

pub fn splice(
    &self,
    stream: &Self::Type,
    input_stream: &InputStream,
    flags: OutputStreamSpliceFlags,
    cancellable: Option<&Cancellable>
) -> Result<usize, Error>

Loading content...

Implementors

Loading content...