Package com.sun.jna.platform.win32.COM
Interface IPersistStream
- All Known Subinterfaces:
- IMoniker
- All Known Implementing Classes:
- Moniker,- Moniker.ByReference
Enables the saving and loading of objects that use a simple serial stream for their storage needs.
- See Also:
- 
Field SummaryFields inherited from interface com.sun.jna.platform.win32.COM.IUnknownIID_IUNKNOWN
- 
Method SummaryModifier and TypeMethodDescriptionvoidRetrieves 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.voidInitializes an object from the stream where it was saved previously (Unimplemented)voidSaves an object to the specified stream.Methods inherited from interface com.sun.jna.platform.win32.COM.IPersistGetClassIDMethods inherited from interface com.sun.jna.platform.win32.COM.IUnknownAddRef, QueryInterface, Release
- 
Method Details- 
IsDirtyboolean IsDirty()Determines whether an object has changed since it was last saved to its stream. (Unimplemented)
- 
LoadInitializes an object from the stream where it was saved previously (Unimplemented)
- 
SaveSaves an object to the specified stream. (Unimplemented)
- 
GetSizeMaxvoid GetSizeMax()Retrieves the size of the stream needed to save the object. (Unimplemented)
 
-