Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
hdfvhImp.h File Reference
#include <jni.h>

Functions

JNIEXPORT jint JNICALL Java_hdf_hdflib_HDFLibrary_VHmakegroup (JNIEnv *env, jclass clss, jlong file_id, jintArray tag_array, jintArray ref_array, jint n_objects, jstring vgroup_name, jstring vgroup_class)
 
JNIEXPORT jint JNICALL Java_hdf_hdflib_HDFLibrary_VHstoredata (JNIEnv *env, jclass clss, jlong file_id, jstring fieldname, jbyteArray buf, jint n_records, jint data_type, jstring vdata_name, jstring vdata_class)
 
JNIEXPORT jint JNICALL Java_hdf_hdflib_HDFLibrary_VHstoredatam (JNIEnv *env, jclass clss, jlong file_id, jstring fieldname, jbyteArray buf, jint n_records, jint data_type, jstring vdata_name, jstring vdata_class, jint order)
 

Function Documentation

◆ Java_hdf_hdflib_HDFLibrary_VHmakegroup()

JNIEXPORT jint JNICALL Java_hdf_hdflib_HDFLibrary_VHmakegroup ( JNIEnv * env,
jclass clss,
jlong file_id,
jintArray tag_array,
jintArray ref_array,
jint n_objects,
jstring vgroup_name,
jstring vgroup_class )

◆ Java_hdf_hdflib_HDFLibrary_VHstoredata()

JNIEXPORT jint JNICALL Java_hdf_hdflib_HDFLibrary_VHstoredata ( JNIEnv * env,
jclass clss,
jlong file_id,
jstring fieldname,
jbyteArray buf,
jint n_records,
jint data_type,
jstring vdata_name,
jstring vdata_class )

◆ Java_hdf_hdflib_HDFLibrary_VHstoredatam()

JNIEXPORT jint JNICALL Java_hdf_hdflib_HDFLibrary_VHstoredatam ( JNIEnv * env,
jclass clss,
jlong file_id,
jstring fieldname,
jbyteArray buf,
jint n_records,
jint data_type,
jstring vdata_name,
jstring vdata_class,
jint order )