ConverterInputStream

Description Converter input stream implements GInputStream and allows conversion of data of various types during reading.

Constructors

this
this(GConverterInputStream* gConverterInputStream)

Sets our main struct and passes it to the parent class

this
this(GInputStream* baseStream, ConverterIF converter)

Creates a new converter input stream for the base_stream.

Members

Functions

getConverter
ConverterIF getConverter()

Gets the GConverter that is used by converter_stream. Since 2.24

getConverterInputStreamStruct
GConverterInputStream* getConverterInputStreamStruct()
Undocumented in source. Be warned that the author may not have intended to support it.
getStruct
void* getStruct()

the main Gtk struct as a void*

setStruct
void setStruct(GObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

gConverterInputStream
GConverterInputStream* gConverterInputStream;

the main Gtk struct

Inherited Members

From FilterInputStream

gFilterInputStream
GFilterInputStream* gFilterInputStream;

the main Gtk struct

getFilterInputStreamStruct
GFilterInputStream* getFilterInputStreamStruct()
Undocumented in source. Be warned that the author may not have intended to support it.
getStruct
void* getStruct()

the main Gtk struct as a void*

setStruct
void setStruct(GObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
getBaseStream
InputStream getBaseStream()

Gets the base stream for the filter stream.

getCloseBaseStream
int getCloseBaseStream()

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

setCloseBaseStream
void setCloseBaseStream(int closeBase)

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

Meta