DataInputStream.this

Creates a new data input stream for the @base_stream.

  1. this(GDataInputStream* gDataInputStream, bool ownedRef)
  2. this(InputStream baseStream)
    class DataInputStream

Parameters

baseStream InputStream

a #GInputStream.

Return Value

a new #GDataInputStream.

Throws

ConstructionException GTK+ fails to create the object.

Meta