1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class liba_crc32 */
#ifndef _Included_liba_crc32
#define _Included_liba_crc32
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: liba_crc32
* Method: clinit
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_liba_crc32_clinit
(JNIEnv *, jclass);
/*
* Class: liba_crc32
* Method: init
* Signature: (IZ)V
*/
JNIEXPORT void JNICALL Java_liba_crc32_init
(JNIEnv *, jobject, jint, jboolean);
/*
* Class: liba_crc32
* Method: table
* Signature: ()[I
*/
JNIEXPORT jintArray JNICALL Java_liba_crc32_table
(JNIEnv *, jobject);
/*
* Class: liba_crc32
* Method: gen
* Signature: (IZ)Lliba/crc32;
*/
JNIEXPORT jobject JNICALL Java_liba_crc32_gen
(JNIEnv *, jobject, jint, jboolean);
/*
* Class: liba_crc32
* Method: eval
* Signature: ([BI)I
*/
JNIEXPORT jint JNICALL Java_liba_crc32_eval
(JNIEnv *, jobject, jbyteArray, jint);
/*
* Class: liba_crc32
* Method: pack
* Signature: ([BI)[B
*/
JNIEXPORT jbyteArray JNICALL Java_liba_crc32_pack
(JNIEnv *, jobject, jbyteArray, jint);
#ifdef __cplusplus
}
#endif
#endif