Function BufferedIO.this

Construct an initialized buffered IO object

this (
  T fd,
  size_t bufferSize
);

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