InputStream.hpp was missing from the source file listing in CMake files, and added an important comment in the doc of InputStream::read (#349)
This commit is contained in:
parent
0edf79cb89
commit
ae11207cdf
2 changed files with 5 additions and 1 deletions
|
@ -46,10 +46,13 @@ public :
|
|||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
virtual ~InputStream() {}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Read data from the stream
|
||||
///
|
||||
/// After reading, the stream's reading position must be
|
||||
/// advanced by the amount of bytes read.
|
||||
///
|
||||
/// \param data Buffer where to copy the read data
|
||||
/// \param size Desired number of bytes to read
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue