Package org.robwork.sdurw_common
Class INIArchive
- java.lang.Object
-
- org.robwork.sdurw_common.Archive
-
- org.robwork.sdurw_common.InputArchive
-
- org.robwork.sdurw_common.INIArchive
-
public class INIArchive extends InputArchive
archive for loading and saving serializable classes to an ini-file format.
-
-
Constructor Summary
Constructors Constructor Description INIArchive()constructorINIArchive(long cPtr, boolean cMemoryOwn)INIArchive(java.lang.String filename)INIArchive(SWIGTYPE_p_std__ostream ofs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()close this archive for streamingvoiddelete()voidflush()flush the archive.static longgetCPtr(INIArchive obj)booleanisOpen()test if this archive is openned for manipulation.-
Methods inherited from class org.robwork.sdurw_common.InputArchive
getCPtr, readBool, readDouble, readEnterScope, readEnterScope, readInt, readInt64, readInt8, readLeaveScope, readLeaveScope, readString, readUInt, readUInt64, readUInt8
-
-
-
-
Constructor Detail
-
INIArchive
public INIArchive(long cPtr, boolean cMemoryOwn)
-
INIArchive
public INIArchive()
constructor
-
INIArchive
public INIArchive(java.lang.String filename)
-
INIArchive
public INIArchive(SWIGTYPE_p_std__ostream ofs)
-
-
Method Detail
-
getCPtr
public static long getCPtr(INIArchive obj)
-
delete
public void delete()
- Overrides:
deletein classInputArchive
-
isOpen
public boolean isOpen()
Description copied from class:Archivetest if this archive is openned for manipulation. If this is false then
no storage will be performed.
-
-