Package com.sun.jna.platform.win32.COM
Schnittstelle IPersistStream
- Alle bekannten Unterschnittstellen:
IMoniker
- Alle bekannten Implementierungsklassen:
Moniker,Moniker.ByReference
Enables the saving and loading of objects that use a simple serial stream for their storage needs.
- Siehe auch:
-
Feldübersicht
Von Schnittstelle geerbte Felder com.sun.jna.platform.win32.COM.IUnknown
IID_IUNKNOWN -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidRetrieves 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.Von Schnittstelle geerbte Methoden com.sun.jna.platform.win32.COM.IPersist
GetClassIDVon Schnittstelle geerbte Methoden com.sun.jna.platform.win32.COM.IUnknown
AddRef, QueryInterface, Release
-
Methodendetails
-
IsDirty
boolean IsDirty()Determines whether an object has changed since it was last saved to its stream. (Unimplemented) -
Load
Initializes an object from the stream where it was saved previously (Unimplemented) -
Save
Saves an object to the specified stream. (Unimplemented) -
GetSizeMax
void GetSizeMax()Retrieves the size of the stream needed to save the object. (Unimplemented)
-