ConverterInputStream.this

Creates a new converter input stream for the @base_stream.

  1. this(GConverterInputStream* gConverterInputStream, bool ownedRef)
  2. this(InputStream baseStream, ConverterIF converter)
    class ConverterInputStream

Parameters

baseStream InputStream

a #GInputStream

converter ConverterIF

a #GConverter

Return Value

a new #GInputStream.

Throws

ConstructionException GTK+ fails to create the object.

Meta