[−][src]Trait gio::BufferedOutputStreamExt
Required methods
fn get_auto_grow(&self) -> bool
Checks if the buffer automatically grows as data is added.
Returns
true
if the self
's buffer automatically grows,
false
otherwise.
fn get_buffer_size(&self) -> usize
fn set_auto_grow(&self, auto_grow: bool)
Sets whether or not the self
's buffer should automatically grow.
If auto_grow
is true, then each write will just make the buffer
larger, and you must manually flush the buffer to actually write out
the data to the underlying stream.
auto_grow
a gboolean
.
fn set_buffer_size(&self, size: usize)
fn connect_property_auto_grow_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_buffer_size_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<BufferedOutputStream>> BufferedOutputStreamExt for O
[src]
fn get_auto_grow(&self) -> bool
[src]
fn get_buffer_size(&self) -> usize
[src]
fn set_auto_grow(&self, auto_grow: bool)
[src]
fn set_buffer_size(&self, size: usize)
[src]
fn connect_property_auto_grow_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_buffer_size_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId