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

base class of binary input streams. More...

#include <binary_i_stream.h>

Inheritance diagram for lass::io::BinaryIStream:
Collaboration diagram for lass::io::BinaryIStream:

Public Member Functions

size_t read (void *out, size_t numberOfBytes)
 read a number of bytes from stream to buffer
 

Detailed Description

base class of binary input streams.

Definition at line 64 of file binary_i_stream.h.

Member Function Documentation

◆ read()

size_t lass::io::BinaryIStream::read ( void * output,
size_t numBytes )

read a number of bytes from stream to buffer

Parameters
iBytespointer to buffer. Must be able to contain at least numBytes bytes.
numBytesnumber of bytes to be read

Definition at line 261 of file binary_i_stream.cpp.

References read().

Referenced by read().


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