Library of Assembled Shared Sources
lass::io::BinaryOStream Class Referenceabstract

base class of binary output streams. More...

#include <binary_o_stream.h>

Inheritance diagram for lass::io::BinaryOStream:
Collaboration diagram for lass::io::BinaryOStream:

Public Member Functions

size_t write (const void *buffer, size_t byteLength)
 write a buffer of bytes to the stream
 

Detailed Description

base class of binary output streams.

Definition at line 66 of file binary_o_stream.h.

Member Function Documentation

◆ write()

size_t lass::io::BinaryOStream::write ( const void * bytes,
size_t numBytes )

write a buffer of bytes to the stream

Parameters
bytespointer to buffer.
numByteslength of buffer in bytes.

Definition at line 239 of file binary_o_stream.cpp.

References write().

Referenced by write().


The documentation for this class was generated from the following files: