Files
hdf5/doc/html/Tutor/examples/java
Bill Wendling 9d8f65f366 [svn-r3712] Purpose:
Update
Description:
    Added our Makefile.in to the frey. Included the files in this
    directory. Removed the Makefile since it's going to be generated and
    shouldn't be installed...
Platforms tested:
    Linux
2001-03-26 15:31:11 -05:00
..
2001-03-23 14:23:22 -05:00
2001-03-26 15:31:11 -05:00
2001-03-23 14:20:09 -05:00
2001-03-23 14:20:09 -05:00

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