Crashpad
|
The class is used to write data to a file. More...
#include "util/stream/file_output_stream.h"
Public Member Functions | |
FileOutputStream (FileHandle file_handle) | |
bool | Write (const uint8_t *data, size_t size) override |
bool | Flush () override |
The class is used to write data to a file.
|
explicit |
[in] | file_handle | The file that this object writes to. |