Class: Gio::FilterOutputStream

Inherits:
OutputStream show all
Defined in:
(unknown)

Instance Method Summary collapse

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_streamGio::OutputStream

Returns base-stream.

Returns:

#base_stream=(base_stream) ⇒ Gio::OutputStream

Parameters:

Returns:

#close_base_streamBoolean

Returns whether the base stream will be closed when stream is closed.

Returns:

  • (Boolean)

    true if the base stream will be closed.

#close_base_stream=(close_base_stream) ⇒ Boolean

Whether the base stream should be closed when the filter stream is closed.

Parameters:

  • close_base_stream (Boolean)

Returns:

  • (Boolean)

    close-base-stream

  • (Boolean)

    close-base-stream

#close_base_stream?Boolean

Whether the base stream should be closed when the filter stream is closed.

Returns:

  • (Boolean)

    close-base-stream