Exemple #1
0
  /**
   * Set the name of the bonus output files. Needed only for debugging.
   *
   * @param name output file name
   */
  public void setOutputName(String name) {
    if (mRecycled) throw new IllegalStateException();

    nativeSetOutputName(name);
  }
Exemple #2
0
 /**
  * Set the name of the output files. Needed only for debugging.
  *
  * @param name output file name
  */
 public void setOutputName(String name) {
   nativeSetOutputName(name);
 }