PyIPersistStream Object
A Python interface to IPersistStream
Methods
- IsDirty
- Checks the object for changes since it was last saved.
- Load
- Initializes an object from the stream where it was previously saved.
- Save
- Saves an object to the specified stream.
- GetSizeMax
- Returns the size in bytes of the stream needed to save the object.