Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
Java Filter (H5Z) Interface

Detailed Description

See also
Filters (H5Z), C-API
The HDF5 Filters, User Guide

Functions

static synchronized native int H5Zfilter_avail (int filter) throws HDF5LibraryException
 
static synchronized native int H5Zget_filter_info (int filter) throws HDF5LibraryException
 
static synchronized native int H5Zunregister (int filter) throws HDF5LibraryException
 

Function Documentation

◆ H5Zfilter_avail()

static synchronized native int H5Zfilter_avail ( int  filter) throws HDF5LibraryException
static

H5Zfilter_avail checks if a filter is available.

Parameters
filterIN: filter number.
Returns
a non-negative(TRUE/FALSE) value if successful
Exceptions
HDF5LibraryExceptionError from the HDF5 Library.

◆ H5Zget_filter_info()

static synchronized native int H5Zget_filter_info ( int  filter) throws HDF5LibraryException
static

H5Zget_filter_info gets information about a pipeline data filter.

Parameters
filterIN: filter number.
Returns
the filter information flags
Exceptions
HDF5LibraryExceptionError from the HDF5 Library.

◆ H5Zunregister()

static synchronized native int H5Zunregister ( int  filter) throws HDF5LibraryException
static

H5Zunregister unregisters a filter.

Parameters
filterIN: filter number.
Returns
a non-negative value if successful
Exceptions
HDF5LibraryExceptionError from the HDF5 Library.