BufferedIO.open

Prepare the buffers.

The first form sets the same buffer size for both read and write operations. The second sets the read and write buffer sizes independently.

  1. void open(size_t bufferSize)
  2. void open(size_t readBufferSize, size_t writeBufferSize)
    struct BufferedIO(T)
    @safe @nogc
    void
    open

Meta