mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
d8c843156a
Purpose: [is this a bug fix? feature? ...] Description: [describe the bug, or describe the new feature, etc] Solution: [details about the changes, algorithm, etc...] [Please as detail as you can since your own explanation is better than others guessing it from the code.] Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.] |
||
---|---|---|
.. | ||
Compound.java | ||
Copy.java | ||
CreateAttribute.java | ||
CreateDataset.java | ||
CreateFile.java | ||
CreateFileInput.java | ||
CreateGroup.java | ||
CreateGroupAR.java | ||
CreateGroupDataset.java | ||
DatasetRdWt.java | ||
Dependencies | ||
HyperSlab.java | ||
Makefile | ||
Makefile.in | ||
README | ||
readme.html | ||
runCompound.sh | ||
runCompound.sh.in | ||
runCopy.sh | ||
runCopy.sh.in | ||
runCreateAttribute.sh | ||
runCreateAttribute.sh.in | ||
runCreateDataset.sh | ||
runCreateDataset.sh.in | ||
runCreateFile.sh | ||
runCreateFile.sh.in | ||
runCreateFileInput.sh | ||
runCreateFileInput.sh.in | ||
runCreateGroup.sh | ||
runCreateGroup.sh.in | ||
runCreateGroupAR.sh | ||
runCreateGroupAR.sh.in | ||
runCreateGroupDataset.sh | ||
runCreateGroupDataset.sh.in | ||
runDatasetRdWt.sh | ||
runDatasetRdWt.sh.in | ||
runHyperSlab.sh | ||
runHyperSlab.sh.in |
These files are Java versions of the example programs used in the HDF-5 tutoral: http://hdf.ncsa.uiuc.edu/training/hdf5/ The examples here correspond to the examples explained in the first 13 sections of the tutorial. Lesson C program Java program Topic 4 h5_crtfile.c CreateFile.java Create an HDF-5 file. 5 h5_crtdat.c CreateDataset.java Create a dataset. 6 h5_rdwt.c DatasetRdWt.java Write/Read a dataset. 7 h5_crtatt.c CreateAttribute.java Create an attribute. 8 h5_crtgrp.c CreateGroup.java Create a group. 9 h5_crtgrpar.c CreateGroupAR.java Abs. and Rel. paths. 10 h5_crtgrpd.c CreateGroupDataset.java Create dataset in grp. 11 h5_compound.c Compound.java Compound datatype 12 h5_hyperslab.c Hyperslab.java Selection of hyperslab 13 h5_copy.c Copy.java Selection of elements