BufferedIO.this

Construct an initialized buffered IO object

fd is the FD object to wrap. Other arguments are the same as for the open call.

  1. this(T fd, size_t bufferSize)
    struct BufferedIO(T)
    this
    (
    T fd
    ,
    size_t bufferSize
    )
  2. this(T fd, size_t readBufferSize, size_t writeBufferSize)

Meta