Stream with a size. More...
#include <ibstream.h>

Public Member Functions | |
| virtual tresult | getStreamSize (int64 &size)=0 |
| Return the stream size. | |
| virtual tresult | setStreamSize (int64 size)=0 |
| Set the steam size. | |
Static Public Attributes | |
| static const FUID | iid |
Stream with a size.
[extends IBStream] when stream type supports it (like file and memory stream)
Set the steam size.
File streams can only be resized if they are write enabled.