OutBuffer.this

Construct from filename. Will map the file into memory (or create it anew if necessary) and start writing at the beginning of it.

  1. this(size_t initialSize)
  2. this(const(char)* filename)
    struct OutBuffer
    nothrow @trusted
    this
    (
    const(char)* filename
    )

Parameters

filename const(char)*

zero-terminated name of file to map into memory

Meta