BufferedInputStream.this

Creates a new #GBufferedInputStream from the given @base_stream, with a buffer set to @size.

  1. this(GBufferedInputStream* gBufferedInputStream, bool ownedRef)
  2. this(InputStream baseStream)
  3. this(InputStream baseStream, size_t size)
    class BufferedInputStream

Parameters

baseStream InputStream

a #GInputStream

size size_t

a #gsize

Return Value

a #GInputStream.

Throws

ConstructionException GTK+ fails to create the object.

Meta