Gio.BufferedOutputStream.new

function new(base_stream: Gio.OutputStream): Gio.OutputStream {
    // Gjs wrapper for g_buffered_output_stream_new()
}
  

Creates a new buffered output stream for a base stream.

base_stream

a Gio.OutputStream.

Returns

a Gio.OutputStream for the given base_stream.