blob: 73ea19fec4165ff708c7c8db32829cdee7545a98 [file] [log] [blame]
Piotr Jastrzebski51b1b692015-02-16 15:01:09 +00001/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class java_util_zip_CRC32 */
4
5#ifndef _Included_java_util_zip_CRC32
6#define _Included_java_util_zip_CRC32
7#ifdef __cplusplus
8extern "C" {
9#endif
10/*
11 * Class: java_util_zip_CRC32
12 * Method: update
13 * Signature: (II)I
14 */
15JNIEXPORT jint JNICALL Java_java_util_zip_CRC32_update
16 (JNIEnv *, jclass, jint, jint);
17
18/*
19 * Class: java_util_zip_CRC32
20 * Method: updateBytes
21 * Signature: (I[BII)I
22 */
23JNIEXPORT jint JNICALL Java_java_util_zip_CRC32_updateBytes
24 (JNIEnv *, jclass, jint, jbyteArray, jint, jint);
25
26#ifdef __cplusplus
27}
28#endif
29#endif