#include <fstream.h>
Public Member Functions | |
StdStream (FileSysData *fsdata) | |
virtual bool | truncate (int64 pos=-1) |
virtual | ~StdStream () |
The StdStream destructor. |
Falcon::StdStream::StdStream | ( | FileSysData * | fsdata | ) | [inline] |
virtual Falcon::StdStream::~StdStream | ( | ) | [inline, virtual] |
The StdStream destructor.
Overrides basic stream to avoid closing of the underlying stream. The stream must be explicitly closed.
virtual bool Falcon::StdStream::truncate | ( | int64 | pos = -1 |
) | [inline, virtual] |
Reimplemented from Falcon::BaseFileStream.