Class: Gio::FilterOutputStream
- Inherits:
-
OutputStream
- Object
- OutputStream
- Gio::FilterOutputStream
- Defined in:
- (unknown)
Direct Known Subclasses
BufferedOutputStream, ConverterOutputStream, DataOutputStream
Instance Method Summary collapse
-
#base_stream ⇒ Gio::OutputStream
Base-stream.
- #base_stream=(base_stream) ⇒ Gio::OutputStream
-
#close_base_stream ⇒ Boolean
Returns whether the base stream will be closed when stream is closed.
-
#close_base_stream=(close_base_stream) ⇒ Boolean
Whether the base stream should be closed when the filter stream is closed.
-
#close_base_stream? ⇒ Boolean
Whether the base stream should be closed when the filter stream is closed.
Methods inherited from OutputStream
#clear_pending, #close, #close_async, #close_finish, #flush, #flush_async, #flush_finish, #has_pending, #is_closed, #is_closing, open, #printf, #set_pending, #splice, #splice_async, #splice_finish, #vprintf, #write, #write_all, #write_all_async, #write_all_finish, #write_async, #write_bytes, #write_bytes_async, #write_bytes_finish, #write_finish, #writev, #writev_all, #writev_all_async, #writev_all_finish, #writev_async, #writev_finish
Instance Method Details
#base_stream ⇒ Gio::OutputStream
Returns base-stream.
#base_stream=(base_stream) ⇒ Gio::OutputStream
#close_base_stream ⇒ Boolean
Returns whether the base stream will be closed when stream is closed.
#close_base_stream=(close_base_stream) ⇒ Boolean
Whether the base stream should be closed when the filter stream is closed.
#close_base_stream? ⇒ Boolean
Whether the base stream should be closed when the filter stream is closed.