1 /************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 /* DO NOT EDIT THIS FILE - it is machine generated */ 23 #include <jni.h> 24 /* Header for class com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream */ 25 26 #ifndef _Included_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream 27 #define _Included_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream 28 #ifdef __cplusplus 29 extern "C" { 30 #endif 31 /* Inaccessible static: class_00024com_00024sun_00024star_00024sdbcx_00024comp_00024hsqldb_00024StorageNativeOutputStream */ 32 /* 33 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream 34 * Method: openStream 35 * Signature: (Ljava/lang/String;Ljava/lang/String;I)V 36 */ 37 JNIEXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_openStream 38 (JNIEnv * env, jobject obj_this,jstring key, jstring name, jint); 39 40 /* 41 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream 42 * Method: read 43 * Signature: (Ljava/lang/String;Ljava/lang/String;)I 44 */ 45 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2 46 (JNIEnv * env, jobject obj_this,jstring key, jstring name); 47 48 /* 49 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream 50 * Method: read 51 * Signature: (Ljava/lang/String;Ljava/lang/String;[BII)I 52 */ 53 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3BII 54 (JNIEnv * env, jobject obj_this,jstring key, jstring name, jbyteArray, jint, jint); 55 56 /* 57 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream 58 * Method: close 59 * Signature: (Ljava/lang/String;Ljava/lang/String;)V 60 */ 61 JNIEXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_close 62 (JNIEnv *, jobject, jstring, jstring); 63 64 /* 65 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream 66 * Method: skip 67 * Signature: (Ljava/lang/String;Ljava/lang/String;J)J 68 */ 69 JNIEXPORT jlong JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_skip 70 (JNIEnv *, jobject, jstring, jstring, jlong); 71 72 /* 73 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream 74 * Method: available 75 * Signature: (Ljava/lang/String;Ljava/lang/String;)I 76 */ 77 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_available 78 (JNIEnv *, jobject, jstring, jstring); 79 80 /* 81 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream 82 * Method: read 83 * Signature: (Ljava/lang/String;Ljava/lang/String;[B)I 84 */ 85 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B 86 (JNIEnv *, jobject, jstring, jstring, jbyteArray); 87 88 #ifdef __cplusplus 89 } 90 #endif 91 #endif 92