FileOutputStream.this

Constructs an output stream to write to the given file pointer.

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

Parameters

filePtr FILE*

The file pointer. It should not be null, and it should refer to a file opened by fopen in wb mode.

Meta