All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.scurrilous.circe.checksum.NarSystem Maven / Gradle / Ivy

The newest version!
// DO NOT EDIT: Generated by NarSystemGenerate.
package com.scurrilous.circe.checksum;

/**
 * Generated class to load the correct version of the jni library
 *
 * @author nar-maven-plugin
 */
public final class NarSystem
{

    private NarSystem() 
    {
    }

    /**
     * Load jni library: circe-checksum
     *
     * @author nar-maven-plugin
     */
    public static void loadLibrary()
    {
        System.loadLibrary("circe-checksum");
    }

    public static int runUnitTests() {
	       return new NarSystem().runUnitTestsNative();
    }

    public native int runUnitTestsNative();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy