SimpleIOStream.this

  1. this(void* ptr, Flag!"Take" take)
    class SimpleIOStream
    this
    (
    void* ptr
    ,
    Flag!"Take" take = No.Take
    )
  2. this(gio.input_stream.InputStream inputStream, gio.output_stream.OutputStream outputStream)