class Writer

Defined at line 46 of file ../../third_party/github.com/google/cppdap/src/include/dap/io.h

Writer is an interface for writing to a byte stream.

Public Methods

bool write (const void * buffer, size_t n)

write() writes n bytes from buffer into the stream.

Returns true on success, or false if there was an error or the stream was

closed.