BufferedDirectWriteFile.this

Constructs a new BufferedDirectWriteFile allocating a new buffer.

See documentation for this(cstring, ubyte[]) for details.

  1. this(cstring path, ubyte[] buffer)
  2. this(cstring path, size_t buffer_blocks)
    class BufferedDirectWriteFile
    this
    (
    cstring path = null
    ,
    size_t buffer_blocks = 32 * 2 * 1024
    )

Parameters

path cstring

Path of the file to write to.

buffer_blocks size_t

Buffer size in blocks (default 32MiB)

Meta