1*be7d0ac7SAndrew Rist /**************************************************************
2*be7d0ac7SAndrew Rist  *
3*be7d0ac7SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*be7d0ac7SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*be7d0ac7SAndrew Rist  * distributed with this work for additional information
6*be7d0ac7SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*be7d0ac7SAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*be7d0ac7SAndrew Rist  * "License"); you may not use this file except in compliance
9*be7d0ac7SAndrew Rist  * with the License.  You may obtain a copy of the License at
10*be7d0ac7SAndrew Rist  *
11*be7d0ac7SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*be7d0ac7SAndrew Rist  *
13*be7d0ac7SAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*be7d0ac7SAndrew Rist  * software distributed under the License is distributed on an
15*be7d0ac7SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*be7d0ac7SAndrew Rist  * KIND, either express or implied.  See the License for the
17*be7d0ac7SAndrew Rist  * specific language governing permissions and limitations
18*be7d0ac7SAndrew Rist  * under the License.
19*be7d0ac7SAndrew Rist  *
20*be7d0ac7SAndrew Rist  *************************************************************/
21*be7d0ac7SAndrew Rist 
22cdf0e10cSrcweir /* DO NOT EDIT THIS FILE - it is machine generated */
23cdf0e10cSrcweir #include <jni.h>
24cdf0e10cSrcweir /* Header for class com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess */
25cdf0e10cSrcweir 
26cdf0e10cSrcweir #ifndef _Included_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess
27cdf0e10cSrcweir #define _Included_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess
28cdf0e10cSrcweir #ifdef __cplusplus
29cdf0e10cSrcweir extern "C" {
30cdf0e10cSrcweir #endif
31cdf0e10cSrcweir /* Inaccessible static: class_00024com_00024sun_00024star_00024sdbcx_00024comp_00024hsqldb_00024StorageNativeOutputStream */
32cdf0e10cSrcweir /*
33cdf0e10cSrcweir  * Class:     com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess
34cdf0e10cSrcweir  * Method:    openStream
35cdf0e10cSrcweir  * Signature: (Ljava/lang/String;Ljava/lang/String;I)V
36cdf0e10cSrcweir  */
37cdf0e10cSrcweir JNIEXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_openStream
38cdf0e10cSrcweir   (JNIEnv *, jobject, jstring, jstring, jint);
39cdf0e10cSrcweir 
40cdf0e10cSrcweir /*
41cdf0e10cSrcweir  * Class:     com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess
42cdf0e10cSrcweir  * Method:    close
43cdf0e10cSrcweir  * Signature: (Ljava/lang/String;Ljava/lang/String;)V
44cdf0e10cSrcweir  */
45cdf0e10cSrcweir JNIEXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close
46cdf0e10cSrcweir   (JNIEnv *, jobject, jstring, jstring);
47cdf0e10cSrcweir 
48cdf0e10cSrcweir /*
49cdf0e10cSrcweir  * Class:     com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess
50cdf0e10cSrcweir  * Method:    getFilePointer
51cdf0e10cSrcweir  * Signature: (Ljava/lang/String;Ljava/lang/String;)J
52cdf0e10cSrcweir  */
53cdf0e10cSrcweir JNIEXPORT jlong JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_getFilePointer
54cdf0e10cSrcweir   (JNIEnv *, jobject, jstring, jstring);
55cdf0e10cSrcweir 
56cdf0e10cSrcweir /*
57cdf0e10cSrcweir  * Class:     com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess
58cdf0e10cSrcweir  * Method:    length
59cdf0e10cSrcweir  * Signature: (Ljava/lang/String;Ljava/lang/String;)J
60cdf0e10cSrcweir  */
61cdf0e10cSrcweir JNIEXPORT jlong JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_length
62cdf0e10cSrcweir   (JNIEnv *, jobject, jstring, jstring);
63cdf0e10cSrcweir 
64cdf0e10cSrcweir /*
65cdf0e10cSrcweir  * Class:     com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess
66cdf0e10cSrcweir  * Method:    read
67cdf0e10cSrcweir  * Signature: (Ljava/lang/String;Ljava/lang/String;)I
68cdf0e10cSrcweir  */
69cdf0e10cSrcweir JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2
70cdf0e10cSrcweir   (JNIEnv *, jobject, jstring, jstring);
71cdf0e10cSrcweir 
72cdf0e10cSrcweir /*
73cdf0e10cSrcweir  * Class:     com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess
74cdf0e10cSrcweir  * Method:    read
75cdf0e10cSrcweir  * Signature: (Ljava/lang/String;Ljava/lang/String;[BII)I
76cdf0e10cSrcweir  */
77cdf0e10cSrcweir JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2_3BII
78cdf0e10cSrcweir   (JNIEnv *, jobject, jstring, jstring, jbyteArray, jint, jint);
79cdf0e10cSrcweir 
80cdf0e10cSrcweir /*
81cdf0e10cSrcweir  * Class:     com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess
82cdf0e10cSrcweir  * Method:    readInt
83cdf0e10cSrcweir  * Signature: (Ljava/lang/String;Ljava/lang/String;)I
84cdf0e10cSrcweir  */
85cdf0e10cSrcweir JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt
86cdf0e10cSrcweir   (JNIEnv *, jobject, jstring, jstring);
87cdf0e10cSrcweir 
88cdf0e10cSrcweir /*
89cdf0e10cSrcweir  * Class:     com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess
90cdf0e10cSrcweir  * Method:    seek
91cdf0e10cSrcweir  * Signature: (Ljava/lang/String;Ljava/lang/String;J)V
92cdf0e10cSrcweir  */
93cdf0e10cSrcweir JNIEXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek
94cdf0e10cSrcweir   (JNIEnv *, jobject, jstring, jstring, jlong);
95cdf0e10cSrcweir 
96cdf0e10cSrcweir /*
97cdf0e10cSrcweir  * Class:     com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess
98cdf0e10cSrcweir  * Method:    write
99cdf0e10cSrcweir  * Signature: (Ljava/lang/String;Ljava/lang/String;[BII)V
100cdf0e10cSrcweir  */
101cdf0e10cSrcweir JNIEXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_write
102cdf0e10cSrcweir   (JNIEnv *, jobject, jstring, jstring, jbyteArray, jint, jint);
103cdf0e10cSrcweir 
104cdf0e10cSrcweir /*
105cdf0e10cSrcweir  * Class:     com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess
106cdf0e10cSrcweir  * Method:    writeInt
107cdf0e10cSrcweir  * Signature: (Ljava/lang/String;Ljava/lang/String;I)V
108cdf0e10cSrcweir  */
109cdf0e10cSrcweir JNIEXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_writeInt
110cdf0e10cSrcweir   (JNIEnv *, jobject, jstring, jstring, jint);
111cdf0e10cSrcweir 
112cdf0e10cSrcweir 
113cdf0e10cSrcweir #ifdef __cplusplus
114cdf0e10cSrcweir }
115cdf0e10cSrcweir #endif
116cdf0e10cSrcweir #endif
117