diff --git a/doc/html/RM_H5Z.html b/doc/html/RM_H5Z.html index 7b24a40796..9d0f93c28f 100644 --- a/doc/html/RM_H5Z.html +++ b/doc/html/RM_H5Z.html @@ -1,7 +1,9 @@ -
H5Zregister
(H5Z_method_t method
,
const char *name
,
- H5Z_func_tcfunc
,
- H5Z_func_t ufunc
+ H5Z_func_t function
)
H5Zregister
registers new compression and uncompression
- functions for a method specified by a method number, method
.
- name
is used for debugging and may be the null pointer.
- Either or both of cfunc
(the compression function) and
- ufunc
(the uncompression method) may be null pointers.
+ H5Zregister
registers a new compression / uncompression
+ function for the compression method specified by
+ the method number, method
.
+
+ name
is used for debugging and may be the null pointer.
+
+ function
is a user-defined function providing both
+ compression and uncompression; it may be the null pointer.
The statistics associated with a method number are not reset by this function; they accumulate over the life of the library.
method
- name
- cfunc
- ufunc
- function
+