Load(stream)
Initializes an object from the stream where it was previously saved.
Parameters
stream : PyIStream
Stream object to load from.Comments
This method loads an object from its associated stream. The seek pointer is set as it was in the most
recent PyIPersistStream::Save method. This method can seek and read from the stream, but cannot write to it.
On exit, the seek pointer must be in the same position it was in on entry, immediately past the end of the
data.