SimpleIOStream.this

Creates a new #GSimpleIOStream wrapping @input_stream and @output_stream. See also #GIOStream.

  1. this(GSimpleIOStream* gSimpleIOStream, bool ownedRef)
  2. this(InputStream inputStream, OutputStream outputStream)

Parameters

inputStream InputStream

a #GInputStream.

outputStream OutputStream

a #GOutputStream.

Return Value

a new #GSimpleIOStream instance.

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

2.44