| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 2 | #include <jni.h> |
| 3 | /* Header for class java_io_FileInputStream */ |
| 4 | |
| 5 | #ifndef _Included_java_io_FileInputStream |
| 6 | #define _Included_java_io_FileInputStream |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | #undef java_io_FileInputStream_MAX_SKIP_BUFFER_SIZE |
| 11 | #define java_io_FileInputStream_MAX_SKIP_BUFFER_SIZE 2048L |
| 12 | #undef java_io_FileInputStream_DEFAULT_BUFFER_SIZE |
| 13 | #define java_io_FileInputStream_DEFAULT_BUFFER_SIZE 8192L |
| 14 | #undef java_io_FileInputStream_MAX_BUFFER_SIZE |
| 15 | #define java_io_FileInputStream_MAX_BUFFER_SIZE 2147483639L |
| 16 | /* |
| 17 | * Class: java_io_FileInputStream |
| 18 | * Method: open0 |
| 19 | * Signature: (Ljava/lang/String;)V |
| 20 | */ |
| 21 | JNIEXPORT void JNICALL Java_java_io_FileInputStream_open0 |
| 22 | (JNIEnv *, jobject, jstring); |
| 23 | |
| 24 | /* |
| 25 | * Class: java_io_FileInputStream |
| 26 | * Method: read0 |
| 27 | * Signature: ()I |
| 28 | */ |
| 29 | JNIEXPORT jint JNICALL Java_java_io_FileInputStream_read0 |
| 30 | (JNIEnv *, jobject); |
| 31 | |
| 32 | /* |
| 33 | * Class: java_io_FileInputStream |
| 34 | * Method: readBytes |
| 35 | * Signature: ([BII)I |
| 36 | */ |
| 37 | JNIEXPORT jint JNICALL Java_java_io_FileInputStream_readBytes |
| 38 | (JNIEnv *, jobject, jbyteArray, jint, jint); |
| 39 | |
| 40 | /* |
| 41 | * Class: java_io_FileInputStream |
| 42 | * Method: skip0 |
| 43 | * Signature: (J)J |
| 44 | */ |
| 45 | JNIEXPORT jlong JNICALL Java_java_io_FileInputStream_skip0 |
| 46 | (JNIEnv *, jobject, jlong); |
| 47 | |
| 48 | /* |
| 49 | * Class: java_io_FileInputStream |
| 50 | * Method: available0 |
| 51 | * Signature: ()I |
| 52 | */ |
| 53 | JNIEXPORT jint JNICALL Java_java_io_FileInputStream_available0 |
| 54 | (JNIEnv *, jobject); |
| 55 | |
| 56 | /* |
| 57 | * Class: java_io_FileInputStream |
| 58 | * Method: initIDs |
| 59 | * Signature: ()V |
| 60 | */ |
| 61 | JNIEXPORT void JNICALL Java_java_io_FileInputStream_initIDs |
| 62 | (JNIEnv *, jclass); |
| 63 | |
| 64 | #ifdef __cplusplus |
| 65 | } |
| 66 | #endif |
| 67 | #endif |
| 68 | |