Please see The HDF Group's new Support Portal for the latest information.
These examples were tested with the HDF-Java wrappers included in HDF5-1.10. The Object package examples are included with the HDFView source code. See the HDF-Java Products home page for more information.
| Datasets | Groups | Datatypes |
PLEASE NOTE that these examples expect to be run in the "examples/datasets/" directory. To run them elsewhere, simply comment out the line at the top:
package examples.datasets;
Datasets:
Groups:
| Create "compact-or-indexed" Format Groups | H5Ex_G_Compact.java | H5ObjectEx_G_Compact.java | |
| Track links in a Group by Creation Order | H5Ex_G_Corder.java | H5ObjectEx_G_Corder.java | |
| Create / Open / Close a Group | H5Ex_G_Create.java | H5ObjectEx_G_Create.java | |
| Create Intermediate Groups | H5Ex_G_Intermediate.java | H5ObjectEx_G_Intermediate.java | |
| Iterate over group Members with H5Giterate | H5Ex_G_Iterate.java | H5ObjectEx_G_Iterate.java | HDF5 File |
| Set Conditions to Convert between Compact & Dense Groups | H5Ex_G_Phase.java | H5ObjectEx_G_Phase.java | |
| Recursively Traverse a File with H5Literate | H5Ex_G_Traverse.java | ||
| Recursively Traverse a File with H5Ovisit and H5Lvisit | H5Ex_G_Visit.java | H5ObjectEx_G_Visit.java | HDF5 File |
Datatypes:
- - Last modified: 23 January 2018
