#include <fstream.h>
Public Member Functions | |
OutputStream (FileSysData *fsdata) | |
virtual int32 | read (void *buffer, int32 size) |
Reads from target stream. |
Falcon::OutputStream::OutputStream | ( | FileSysData * | fsdata | ) | [inline] |
Reads from target stream.
buffer | the buffer where read data will be stored. | |
size | the amount of bytes to read |
Reimplemented from Falcon::BaseFileStream.