Interface

Gio-2.0GioConverterOutputStreamConstructorProps

interface ConstructorProps {
    base_stream: Gio.OutputStream;
    baseStream: Gio.OutputStream;
    close_base_stream: boolean;
    closeBaseStream: boolean;
    converter: Gio.Converter;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gio.FilterOutputStream.ConstructorProps

Properties

converter: Gio.Converter

Properties - Inherited from Gio.FilterOutputStream.ConstructorProps

base_stream: Gio.OutputStream
baseStream: Gio.OutputStream
close_base_stream: boolean
closeBaseStream: boolean