mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
e9188e385a
revised binary flags, added a new file to the test generator program to be used in the binary tests usage is now -o F, --output=F Output raw data into file F -b F, --binary=F Binary output, of form F (into file -o F). Recommended usage is with --dataset=P Form F of binary output is: MEMORY for memory type, FILE for the disk file type, LE or BE for pre-existing little or big endian types example ./h5dump -d integer -b MEMORY -o out.bin tbinary.h5
12 lines
258 B
SQL
12 lines
258 B
SQL
#############################
|
|
Expected output for 'h5dump -d integer -o out1.bin -b MEMORY tbinary.h5'
|
|
#############################
|
|
HDF5 "tbinary.h5" {
|
|
DATASET "integer" {
|
|
DATATYPE H5T_STD_I32LE
|
|
DATASPACE SIMPLE { ( 6 ) / ( 6 ) }
|
|
DATA {
|
|
}
|
|
}
|
|
}
|