- we now build a libnat.a
[cacao.git] / nat / java_io_File.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_IO_FILE_H
4 #define _JAVA_IO_FILE_H
5
6 /* Structure information for class: java/io/File */
7
8 typedef struct java_io_File {
9    java_objectheader header;
10    struct java_lang_String* path;
11 } java_io_File;
12
13
14 /*
15  * Class:     java/io/File
16  * Method:    isFileInternal
17  * Signature: (Ljava/lang/String;)Z
18  */
19 JNIEXPORT s4 JNICALL Java_java_io_File_isFileInternal(JNIEnv *env, struct java_io_File* this, struct java_lang_String* par1);
20
21
22 /*
23  * Class:     java/io/File
24  * Method:    isDirectoryInternal
25  * Signature: (Ljava/lang/String;)Z
26  */
27 JNIEXPORT s4 JNICALL Java_java_io_File_isDirectoryInternal(JNIEnv *env, struct java_io_File* this, struct java_lang_String* par1);
28
29
30 /*
31  * Class:     java/io/File
32  * Method:    canReadInternal
33  * Signature: (Ljava/lang/String;)Z
34  */
35 JNIEXPORT s4 JNICALL Java_java_io_File_canReadInternal(JNIEnv *env, struct java_io_File* this, struct java_lang_String* par1);
36
37
38 /*
39  * Class:     java/io/File
40  * Method:    canWriteInternal
41  * Signature: (Ljava/lang/String;)Z
42  */
43 JNIEXPORT s4 JNICALL Java_java_io_File_canWriteInternal(JNIEnv *env, struct java_io_File* this, struct java_lang_String* par1);
44
45
46 /*
47  * Class:     java/io/File
48  * Method:    deleteInternal
49  * Signature: (Ljava/lang/String;)Z
50  */
51 JNIEXPORT s4 JNICALL Java_java_io_File_deleteInternal(JNIEnv *env, struct java_io_File* this, struct java_lang_String* par1);
52
53
54 /*
55  * Class:     java/io/File
56  * Method:    existsInternal
57  * Signature: (Ljava/lang/String;)Z
58  */
59 JNIEXPORT s4 JNICALL Java_java_io_File_existsInternal(JNIEnv *env, struct java_io_File* this, struct java_lang_String* par1);
60
61
62 /*
63  * Class:     java/io/File
64  * Method:    lastModifiedInternal
65  * Signature: (Ljava/lang/String;)J
66  */
67 JNIEXPORT s8 JNICALL Java_java_io_File_lastModifiedInternal(JNIEnv *env, struct java_io_File* this, struct java_lang_String* par1);
68
69
70 /*
71  * Class:     java/io/File
72  * Method:    lengthInternal
73  * Signature: (Ljava/lang/String;)J
74  */
75 JNIEXPORT s8 JNICALL Java_java_io_File_lengthInternal(JNIEnv *env, struct java_io_File* this, struct java_lang_String* par1);
76
77
78 /*
79  * Class:     java/io/File
80  * Method:    listInternal
81  * Signature: (Ljava/lang/String;)[Ljava/lang/String;
82  */
83 JNIEXPORT java_objectarray* JNICALL Java_java_io_File_listInternal(JNIEnv *env, struct java_io_File* this, struct java_lang_String* par1);
84
85
86 /*
87  * Class:     java/io/File
88  * Method:    mkdirInternal
89  * Signature: (Ljava/lang/String;)Z
90  */
91 JNIEXPORT s4 JNICALL Java_java_io_File_mkdirInternal(JNIEnv *env, struct java_io_File* this, struct java_lang_String* par1);
92
93
94 /*
95  * Class:     java/io/File
96  * Method:    createInternal
97  * Signature: (Ljava/lang/String;)Z
98  */
99 JNIEXPORT s4 JNICALL Java_java_io_File_createInternal(JNIEnv *env, jclass clazz, struct java_lang_String* par1);
100
101
102 /*
103  * Class:     java/io/File
104  * Method:    setReadOnlyInternal
105  * Signature: (Ljava/lang/String;)Z
106  */
107 JNIEXPORT s4 JNICALL Java_java_io_File_setReadOnlyInternal(JNIEnv *env, struct java_io_File* this, struct java_lang_String* par1);
108
109
110 /*
111  * Class:     java/io/File
112  * Method:    renameToInternal
113  * Signature: (Ljava/lang/String;Ljava/lang/String;)Z
114  */
115 JNIEXPORT s4 JNICALL Java_java_io_File_renameToInternal(JNIEnv *env, struct java_io_File* this, struct java_lang_String* par1, struct java_lang_String* par2);
116
117
118 /*
119  * Class:     java/io/File
120  * Method:    setLastModifiedInternal
121  * Signature: (Ljava/lang/String;J)Z
122  */
123 JNIEXPORT s4 JNICALL Java_java_io_File_setLastModifiedInternal(JNIEnv *env, struct java_io_File* this, struct java_lang_String* par1, s8 par2);
124
125 #endif
126