BufferedInputStream.this

Creates a new #GInputStream from the given base_stream, with a buffer set to the default size (4 kilobytes).

  1. this(void* ptr, Flag!"Take" take)
  2. this(gio.input_stream.InputStream baseStream)
    class BufferedInputStream

Parameters

baseStream gio.input_stream.InputStream

a #GInputStream

Return Value

a #GInputStream for the given base_stream.