Struct BufferedIO

A wrapper to perform buffered IO over another IO type

struct BufferedIO(T) ;

Constructors

NameDescription
this Construct an initialized buffered IO object

Methods

NameDescription
close Close the buffered IO
flush Flush the write buffers
opAssign Attach an underlying FD to the buffered IO instance
open Prepare the buffers.
read Perform @safe buffered read
reset Forget all pending writes
write Perform @safe buffered write