Construction Methods
Method | Description | |
---|---|---|
COleStreamFile | Constructs a COleStreamFile object. |
Operations Methods
Method | Description | |
---|---|---|
Attach | Associates a stream with the object. | |
CreateMemoryStream | Creates a stream from global memory and associates it with the object. | |
CreateStream | Creates a stream and associates it with the object. | |
Detach | Disassociates the stream from the object. | |
GetStream | Returns the current stream. | |
OpenStream | Safely opens a stream and associates it with the object. |