-
-
Save horrorho/b5b2f7eadfa1d73560dadbe4a0a92b85 to your computer and use it in GitHub Desktop.
LzfseJNI.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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