OleStream
Object List Hierarchy Next Object
Definition:
Represents a stream in OLE Structured Storage Files, which is like a file
system in a file, where a stream is similar to a file.
Specialized Features:
The following tables list and briefly describe the properties and methods
added by OleStream. There are no added events.
Properties Use to...
Position Get and set the current position of the stream.
Size Get the size of the stream (Read Only).
Methods Use to...
CopyTo Copy data from the stream to another stream.
ReadData Read data from the stream.
WriteData Write data to the stream.
Copied Features:
Properties
Methods