headers.c
[cacao.git] / nat / ZipFile.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/util/zip/ZipFile */
4
5 typedef struct java_util_zip_ZipFile {
6    java_objectheader header;
7    s8 jzfile;
8    struct java_lang_String* name;
9    s4 total;
10    struct java_util_Vector* inflaters;
11 } java_util_zip_ZipFile;
12
13 /*
14  * Class:     java/util/zip/ZipFile
15  * Method:    close
16  * Signature: (J)V
17  */
18 JNIEXPORT void JNICALL Java_java_util_zip_ZipFile_close (JNIEnv *env , s8 par1);
19 /*
20  * Class:     java/util/zip/ZipFile
21  * Method:    getCSize
22  * Signature: (J)I
23  */
24 JNIEXPORT s4 JNICALL Java_java_util_zip_ZipFile_getCSize (JNIEnv *env , s8 par1);
25 /*
26  * Class:     java/util/zip/ZipFile
27  * Method:    getEntry
28  * Signature: (JLjava/lang/String;)J
29  */
30 JNIEXPORT s8 JNICALL Java_java_util_zip_ZipFile_getEntry (JNIEnv *env , s8 par1, struct java_lang_String* par2);
31 /*
32  * Class:     java/util/zip/ZipFile
33  * Method:    getMethod
34  * Signature: (J)I
35  */
36 JNIEXPORT s4 JNICALL Java_java_util_zip_ZipFile_getMethod (JNIEnv *env , s8 par1);
37 /*
38  * Class:     java/util/zip/ZipFile
39  * Method:    getNextEntry
40  * Signature: (JI)J
41  */
42 JNIEXPORT s8 JNICALL Java_java_util_zip_ZipFile_getNextEntry (JNIEnv *env , s8 par1, s4 par2);
43 /*
44  * Class:     java/util/zip/ZipFile
45  * Method:    getTotal
46  * Signature: (J)I
47  */
48 JNIEXPORT s4 JNICALL Java_java_util_zip_ZipFile_getTotal (JNIEnv *env , s8 par1);
49 /*
50  * Class:     java/util/zip/ZipFile
51  * Method:    initIDs
52  * Signature: ()V
53  */
54 JNIEXPORT void JNICALL Java_java_util_zip_ZipFile_initIDs (JNIEnv *env );
55 /*
56  * Class:     java/util/zip/ZipFile
57  * Method:    open
58  * Signature: (Ljava/lang/String;)J
59  */
60 JNIEXPORT s8 JNICALL Java_java_util_zip_ZipFile_open (JNIEnv *env , struct java_lang_String* par1);
61 /*
62  * Class:     java/util/zip/ZipFile
63  * Method:    read
64  * Signature: (JJI[BII)I
65  */
66 JNIEXPORT s4 JNICALL Java_java_util_zip_ZipFile_read (JNIEnv *env , s8 par1, s8 par2, s4 par3, java_bytearray* par4, s4 par5, s4 par6);