Skip navigation links
JNA API 4.5.2
com.sun.jna.platform.win32.COM

Interface IPersistStream

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void GetSizeMax()
      Retrieves the size of the stream needed to save the object.
      boolean IsDirty()
      Determines whether an object has changed since it was last saved to its stream.
      void Load(IStream stm)
      Initializes an object from the stream where it was saved previously (Unimplemented)
      void Save(IStream stm)
      Saves an object to the specified stream.
    • Method Detail

      • IsDirty

        boolean IsDirty()
        Determines whether an object has changed since it was last saved to its stream. (Unimplemented)
      • Load

        void Load(IStream stm)
        Initializes an object from the stream where it was saved previously (Unimplemented)
      • Save

        void Save(IStream stm)
        Saves an object to the specified stream. (Unimplemented)
      • GetSizeMax

        void GetSizeMax()
        Retrieves the size of the stream needed to save the object. (Unimplemented)
JNA API 4.5.2

Copyright © 2007-2017 Timothy Wall. All Rights Reserved.