-
Notifications
You must be signed in to change notification settings - Fork 3
/
JtuxDir.h
77 lines (68 loc) · 1.48 KB
/
JtuxDir.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class jtux_UDir */
#ifndef _Included_jtux_UDir
#define _Included_jtux_UDir
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: jtux_UDir
* Method: closedir
* Signature: (J)V
*/
JNIEXPORT void JNICALL Java_jtux_UDir_closedir
(JNIEnv *, jclass, jlong);
/*
* Class: jtux_UDir
* Method: mkdir
* Signature: (Ljava/lang/String;I)V
*/
JNIEXPORT void JNICALL Java_jtux_UDir_mkdir
(JNIEnv *, jclass, jstring, jint);
/*
* Class: jtux_UDir
* Method: opendir
* Signature: (Ljava/lang/String;)J
*/
JNIEXPORT jlong JNICALL Java_jtux_UDir_opendir
(JNIEnv *, jclass, jstring);
/*
* Class: jtux_UDir
* Method: readdir
* Signature: (J)Ljtux/UDir$s_dirent;
*/
JNIEXPORT jobject JNICALL Java_jtux_UDir_readdir
(JNIEnv *, jclass, jlong);
/*
* Class: jtux_UDir
* Method: rewinddir
* Signature: (J)V
*/
JNIEXPORT void JNICALL Java_jtux_UDir_rewinddir
(JNIEnv *, jclass, jlong);
/*
* Class: jtux_UDir
* Method: rmdir
* Signature: (Ljava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_jtux_UDir_rmdir
(JNIEnv *, jclass, jstring);
/*
* Class: jtux_UDir
* Method: seekdir
* Signature: (JJ)V
*/
JNIEXPORT void JNICALL Java_jtux_UDir_seekdir
(JNIEnv *, jclass, jlong, jlong);
/*
* Class: jtux_UDir
* Method: telldir
* Signature: (J)J
*/
JNIEXPORT jlong JNICALL Java_jtux_UDir_telldir
(JNIEnv *, jclass, jlong);
#ifdef __cplusplus
}
#endif
#endif