update credits
[LibreOffice.git] / connectivity / source / inc / hsqldb / StorageNativeInputStream.h
blob31cc5c70de289348ddd8cde02f9e50c8d889fe63
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 /* DO NOT EDIT THIS FILE - it is machine generated */
21 #include <jni.h>
22 /* Header for class com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream */
24 #ifndef _Included_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream
25 #define _Included_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 /* Inaccessible static: class_00024com_00024sun_00024star_00024sdbcx_00024comp_00024hsqldb_00024StorageNativeOutputStream */
31 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream
32 * Method: openStream
33 * Signature: (Ljava/lang/String;Ljava/lang/String;I)V
35 JNIEXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_openStream
36 (JNIEnv * env, jobject obj_this,jstring key, jstring name, jint);
39 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream
40 * Method: read
41 * Signature: (Ljava/lang/String;Ljava/lang/String;)I
43 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2
44 (JNIEnv * env, jobject obj_this,jstring key, jstring name);
47 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream
48 * Method: read
49 * Signature: (Ljava/lang/String;Ljava/lang/String;[BII)I
51 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3BII
52 (JNIEnv * env, jobject obj_this,jstring key, jstring name, jbyteArray, jint, jint);
55 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream
56 * Method: close
57 * Signature: (Ljava/lang/String;Ljava/lang/String;)V
59 JNIEXPORT void JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_close
60 (JNIEnv *, jobject, jstring, jstring);
63 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream
64 * Method: skip
65 * Signature: (Ljava/lang/String;Ljava/lang/String;J)J
67 JNIEXPORT jlong JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_skip
68 (JNIEnv *, jobject, jstring, jstring, jlong);
71 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream
72 * Method: available
73 * Signature: (Ljava/lang/String;Ljava/lang/String;)I
75 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_available
76 (JNIEnv *, jobject, jstring, jstring);
79 * Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream
80 * Method: read
81 * Signature: (Ljava/lang/String;Ljava/lang/String;[B)I
83 JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B
84 (JNIEnv *, jobject, jstring, jstring, jbyteArray);
86 #ifdef __cplusplus
88 #endif
89 #endif
91 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */