Struct gio::builders::ConverterInputStreamBuilder
source · pub struct ConverterInputStreamBuilder { /* private fields */ }Expand description
A builder-pattern type to construct ConverterInputStream objects.
Implementations§
source§impl ConverterInputStreamBuilder
impl ConverterInputStreamBuilder
pub fn converter(self, converter: &impl IsA<Converter>) -> Self
pub fn base_stream(self, base_stream: &impl IsA<InputStream>) -> Self
pub fn close_base_stream(self, close_base_stream: bool) -> Self
sourcepub fn build(self) -> ConverterInputStream
pub fn build(self) -> ConverterInputStream
Build the ConverterInputStream.