Class INIArchive


  • public class INIArchive
    extends InputArchive
    archive for loading and saving serializable classes to an ini-file format.
    • Constructor Detail

      • INIArchive

        public INIArchive​(long cPtr,
                          boolean cMemoryOwn)
      • INIArchive

        public INIArchive()
        constructor
      • INIArchive

        public INIArchive​(java.lang.String filename)
    • Method Detail

      • getCPtr

        public static long getCPtr​(INIArchive obj)
      • close

        public void close()
        close this archive for streaming
        Overrides:
        close in class Archive
      • isOpen

        public boolean isOpen()
        Description copied from class: Archive
        test if this archive is openned for manipulation. If this is false then
        no storage will be performed.
        Overrides:
        isOpen in class Archive
        Returns:
        true if Archive is ready for streaming
      • flush

        public void flush()
        Description copied from class: Archive
        flush the archive. Anything stored in buffers will be flushed to the
        actual media that has been openned.
        Overrides:
        flush in class Archive