HDF5 1.14.5
API Reference
|
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 |
|
static |
H5Zfilter_avail checks if a filter is available.
filter | IN: filter number. |
HDF5LibraryException | Error from the HDF5 Library. |
|
static |
H5Zget_filter_info gets information about a pipeline data filter.
filter | IN: filter number. |
HDF5LibraryException | Error from the HDF5 Library. |
|
static |
H5Zunregister unregisters a filter.
filter | IN: filter number. |
HDF5LibraryException | Error from the HDF5 Library. |