mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
new feature Description: added support for h5dump to dump binary data using the file type format added one test to the test script that tests this Solution: Platforms tested: mir shanti copper Misc. update:
12 lines
250 B
SQL
12 lines
250 B
SQL
#############################
|
|
Expected output for 'h5dump -d integer -b out2.bin -F DI test1.h5'
|
|
#############################
|
|
HDF5 "test1.h5" {
|
|
DATASET "integer" {
|
|
DATATYPE H5T_STD_I32LE
|
|
DATASPACE SIMPLE { ( 2 ) / ( 2 ) }
|
|
DATA {
|
|
}
|
|
}
|
|
}
|