Fixed null pointer exception
[cacao.git] / nat / Adler32.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/util/zip/Adler32 */
4
5 typedef struct java_util_zip_Adler32 {
6    java_objectheader header;
7    s4 adler;
8 } java_util_zip_Adler32;
9
10 /*
11  * Class:     java/util/zip/Adler32
12  * Method:    update
13  * Signature: (II)I
14  */
15 JNIEXPORT s4 JNICALL Java_java_util_zip_Adler32_update (JNIEnv *env , s4 par1, s4 par2);
16 /*
17  * Class:     java/util/zip/Adler32
18  * Method:    updateBytes
19  * Signature: (I[BII)I
20  */
21 JNIEXPORT s4 JNICALL Java_java_util_zip_Adler32_updateBytes (JNIEnv *env , s4 par1, java_bytearray* par2, s4 par3, s4 par4);