FileInputStream.this

Constructs an input stream to read from the given file pointer.

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

Parameters

filePtr FILE*

The file pointer. It should not be null, and should refer to a file opened with fopen in rb mode.

Meta