Description Methods and Functions Hierarchy Structures Properties Author(s) References
Filter Output Stream
gFilterOutputStreamGetBaseStream(object)
gFilterOutputStreamGetCloseBaseStream(object)
gFilterOutputStreamSetCloseBaseStream(object, close.base)
1 2 3 4 5 | GObject
+----GOutputStream
+----GFilterOutputStream
+----GBufferedOutputStream
+----GDataOutputStream
|
GFilterOutputStream
A base class for all output streams that work on an underlying stream.
base-stream
[GOutputStream
: * : Read / Write / Construct Only]The underlying base stream on which the io ops will be done.
close-base-stream
[logical : Read / Write / Construct Only]If the base stream should be closed when the filter stream is closed. Default value: TRUE
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gio/stable/GFilterOutputStream.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.