FileInputStream.this

Constructs an input stream to read from the given file.

  1. this(FILE* filePtr)
  2. this(const(char*) filename)
    struct FileInputStream
    this
    (
    const(char*) filename
    )

Parameters

filename const(char*)

The filename to open.

Meta