Ejemplo n.º 1
0
  /**
   * Set the name of the input file. Needed for training and reading a UNLV zone file.
   *
   * @param name input file name
   */
  public void setInputName(String name) {
    if (mRecycled) throw new IllegalStateException();

    nativeSetInputName(name);
  }
Ejemplo n.º 2
0
 /**
  * Set the name of the input file. Needed only for training and reading a UNLV zone file.
  *
  * @param name input file name
  */
 public void setInputName(String name) {
   nativeSetInputName(name);
 }