jdk1.2 and loader optimisation
[cacao.git] / nat / ZipFile.c
1 /* class: java/util/zip/ZipFile */
2
3 /*
4  * Class:     java/util/zip/ZipFile
5  * Method:    close
6  * Signature: (J)V
7  */
8 JNIEXPORT void JNICALL Java_java_util_zip_ZipFile_close ( JNIEnv *env ,  s8 par1)
9 {
10   log_text("Java_java_util_zip_ZipFile_close  called");
11 }
12
13
14 /*
15  * Class:     java/util/zip/ZipFile
16  * Method:    getCSize
17  * Signature: (J)I
18  */
19 JNIEXPORT s4 JNICALL Java_java_util_zip_ZipFile_getCSize ( JNIEnv *env ,  s8 par1)
20 {
21   log_text("Java_java_util_zip_ZipFile_getCSize  called");
22 }
23
24 /*
25  * Class:     java/util/zip/ZipFile
26  * Method:    getEntry
27  * Signature: (JLjava/lang/String;)J
28  */
29 JNIEXPORT s8 JNICALL Java_java_util_zip_ZipFile_getEntry ( JNIEnv *env ,  s8 par1, struct java_lang_String* par2)
30 {
31   log_text("Java_java_util_zip_ZipFile_getEntry  called");
32 }
33
34
35 /*
36  * Class:     java/util/zip/ZipFile
37  * Method:    getMethod
38  * Signature: (J)I
39  */
40 JNIEXPORT s4 JNICALL Java_java_util_zip_ZipFile_getMethod ( JNIEnv *env ,  s8 par1)
41 {
42   log_text("Java_java_util_zip_ZipFile_getMethod  called");
43 }
44
45 /*
46  * Class:     java/util/zip/ZipFile
47  * Method:    getNextEntry
48  * Signature: (JI)J
49  */
50 JNIEXPORT s8 JNICALL Java_java_util_zip_ZipFile_getNextEntry ( JNIEnv *env ,  s8 par1, s4 par2)
51 {
52   log_text("Java_java_util_zip_ZipFile_getNextEntry  called");
53 }
54
55
56 /*
57  * Class:     java/util/zip/ZipFile
58  * Method:    getTotal
59  * Signature: (J)I
60  */
61 JNIEXPORT s4 JNICALL Java_java_util_zip_ZipFile_getTotal ( JNIEnv *env ,  s8 par1)
62 {
63   log_text("Java_java_util_zip_ZipFile_getTotal  called");
64 }
65
66
67 /*
68  * Class:     java/util/zip/ZipFile
69  * Method:    initIDs
70  * Signature: ()V
71  */
72 JNIEXPORT void JNICALL Java_java_util_zip_ZipFile_initIDs ( JNIEnv *env  )
73 {
74   if (verbose)
75     log_text("Java_java_util_zip_ZipFile_initIDs  called");
76 }
77
78 /*
79  * Class:     java/util/zip/ZipFile
80  * Method:    open
81  * Signature: (Ljava/lang/String;)J
82  */
83 JNIEXPORT s8 JNICALL Java_java_util_zip_ZipFile_open ( JNIEnv *env ,  struct java_lang_String* par1)
84 {
85   log_text("Java_java_util_zip_ZipFile_open  called");
86 }
87
88 /*
89  * Class:     java/util/zip/ZipFile
90  * Method:    read
91  * Signature: (JJI[BII)I
92  */
93 JNIEXPORT s4 JNICALL Java_java_util_zip_ZipFile_read ( JNIEnv *env ,  s8 par1, s8 par2, s4 par3, java_bytearray* par4, s4 par5, s4 par6)
94 {
95   log_text("Java_java_util_zip_ZipFile_read  called");
96 }
97
98