BufferedInputStream.this

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

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

Parameters

baseStream InputStream

a GInputStream

size gsize

a gsize

Throws

ConstructionException GTK+ fails to create the object.

Meta