Skip to content

Instantly share code, notes, and snippets.

@horrorho
Created September 14, 2017 06:01
Show Gist options
  • Save horrorho/b5b2f7eadfa1d73560dadbe4a0a92b85 to your computer and use it in GitHub Desktop.
Save horrorho/b5b2f7eadfa1d73560dadbe4a0a92b85 to your computer and use it in GitHub Desktop.
LzfseJNI.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_github_horrorho_jnitest_LzfseJNI */
#ifndef _Included_com_github_horrorho_jnitest_LzfseJNI
#define _Included_com_github_horrorho_jnitest_LzfseJNI
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_github_horrorho_jnitest_LzfseJNI
* Method: decompress
* Signature: (Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)J
*/
JNIEXPORT jlong JNICALL Java_com_github_horrorho_jnitest_LzfseJNI_decompress
(JNIEnv *, jclass, jobject, jobject);
#ifdef __cplusplus
}
#endif
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment