1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class java_util_zip_Adler32 */
4
5#ifndef _Included_java_util_zip_Adler32
6#define _Included_java_util_zip_Adler32
7#ifdef __cplusplus
8extern "C" {
9#endif
10/*
11 * Class: java_util_zip_Adler32
12 * Method: update
13 * Signature: (II)I
14 */
15JNIEXPORT jint JNICALL Java_java_util_zip_Adler32_update
16 (JNIEnv *, jclass, jint, jint);
17
18/*
19 * Class: java_util_zip_Adler32
20 * Method: updateBytes
21 * Signature: (I[BII)I
22 */
23JNIEXPORT jint JNICALL Java_java_util_zip_Adler32_updateBytes
24 (JNIEnv *, jclass, jint, jbyteArray, jint, jint);
25
26/*
27 * Class: java_util_zip_Adler32
28 * Method: updateByteBuffer
29 * Signature: (IJII)I
30 */
31JNIEXPORT jint JNICALL Java_java_util_zip_Adler32_updateByteBuffer
32 (JNIEnv *, jclass, jint, jlong, jint, jint);
33
34#ifdef __cplusplus
35}
36#endif
37#endif
38