Skip to content

Instantly share code, notes, and snippets.

@dcolish
Created May 29, 2013 02:03
Show Gist options
  • Select an option

  • Save dcolish/5667490 to your computer and use it in GitHub Desktop.

Select an option

Save dcolish/5667490 to your computer and use it in GitHub Desktop.
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.8
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package org.xapian;
public class Xapian implements XapianConstants {
public static int getBAD_VALUENO() {
return XapianJNI.BAD_VALUENO_get();
}
public static String sortableSerialise(double value) {
return XapianJNI.sortableSerialise(value);
}
public static double sortableUnserialise(String value) {
return XapianJNI.sortableUnserialise(value);
}
public static double milesToMetres(double miles) {
return XapianJNI.milesToMetres(miles);
}
public static double metresToMiles(double metres) {
return XapianJNI.metresToMiles(metres);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment