Library of Assembled Shared Sources
|
base class of binary output streams. More...
#include <binary_o_stream.h>
Public Member Functions | |
size_t | write (const void *buffer, size_t byteLength) |
write a buffer of bytes to the stream | |
base class of binary output streams.
Definition at line 66 of file binary_o_stream.h.
size_t lass::io::BinaryOStream::write | ( | const void * | bytes, |
size_t | numBytes ) |
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().