Library of Assembled Shared Sources
|
BinaryOStream to file. More...
#include <binary_o_file.h>
Public Member Functions | |
BinaryOFile () | |
Construct an "empty" closed file. | |
BinaryOFile (const char *path) | |
Construct stream by filename and open it. | |
BinaryOFile (const std::string &path) | |
Construct stream by filename and open it. | |
~BinaryOFile () | |
Close stream on destruction. | |
size_t | write (const void *buffer, size_t byteLength) |
write a buffer of bytes to the stream | |
BinaryOStream to file.
Definition at line 69 of file binary_o_file.h.
lass::io::BinaryOFile::BinaryOFile | ( | ) |
Construct an "empty" closed file.
Definition at line 62 of file binary_o_file.cpp.
|
inherited |
write a buffer of bytes to the stream
bytes | pointer to buffer. |
numBytes | length of buffer in bytes. |
Definition at line 239 of file binary_o_stream.cpp.
References write().
Referenced by write().