Example #1
0
 public boolean writeFile(
     String fileName, boolean append, SWIGTYPE_p_std__setT_std__string_t alreadyWritten) {
   return AriaJavaJNI.ArConfig_writeFile__SWIG_2(
       swigCPtr,
       this,
       fileName,
       append,
       SWIGTYPE_p_std__setT_std__string_t.getCPtr(alreadyWritten));
 }
Example #2
0
 public boolean writeFile(
     String fileName,
     boolean append,
     SWIGTYPE_p_std__setT_std__string_t alreadyWritten,
     boolean writePriorities,
     SWIGTYPE_p_std__listT_std__string_t sectionsToWrite) {
   return AriaJavaJNI.ArConfig_writeFile__SWIG_0(
       swigCPtr,
       this,
       fileName,
       append,
       SWIGTYPE_p_std__setT_std__string_t.getCPtr(alreadyWritten),
       writePriorities,
       SWIGTYPE_p_std__listT_std__string_t.getCPtr(sectionsToWrite));
 }