Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
HDF4DatasetCreate Class Reference

Detailed Description

Title: HDF Native Package (Java) Example

Description: this example shows how to create HDF4 datasets using the "HDF Native Package (Java)". The example creates the group structure and datasets:

    "/" (root)
        integer arrays
            2D 32-bit integer 20x10
            3D unsigned 8-bit integer 20x10x5
        float arrays
            2D 64-bit double 20x10
            3D 32-bit float  20x10x5

Reference the C Example, VG_add_sds_to_vgroup.

Static Public Member Functions

static void main (String args[]) throws Exception
 

Member Function Documentation

◆ main()

static void main ( String args[]) throws Exception
static

The documentation for this class was generated from the following file: