Package com.sun.jna.platform.win32.COM
Interface IPersistStream
- 
- 
Field Summary- 
Fields inherited from interface com.sun.jna.platform.win32.COM.IUnknownIID_IUNKNOWN
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidGetSizeMax()Retrieves the size of the stream needed to save the object.booleanIsDirty()Determines whether an object has changed since it was last saved to its stream.voidLoad(IStream stm)Initializes an object from the stream where it was saved previously (Unimplemented)voidSave(IStream stm)Saves an object to the specified stream.- 
Methods inherited from interface com.sun.jna.platform.win32.COM.IPersistGetClassID
 - 
Methods inherited from interface com.sun.jna.platform.win32.COM.IUnknownAddRef, QueryInterface, Release
 
- 
 
- 
- 
- 
Method Detail- 
IsDirtyboolean IsDirty() Determines whether an object has changed since it was last saved to its stream. (Unimplemented)
 - 
Loadvoid Load(IStream stm) Initializes an object from the stream where it was saved previously (Unimplemented)
 - 
Savevoid Save(IStream stm) Saves an object to the specified stream. (Unimplemented)
 - 
GetSizeMaxvoid GetSizeMax() Retrieves the size of the stream needed to save the object. (Unimplemented)
 
- 
 
-