dumper new features
Description:
1) added options for not printing : datasets, groups, datatypes, links
2) added a section for the user block
3) in the traversal routine, added the printing of an arrow for soft links and t
he word HARDLINK for hardlinks
the print of the file contents is made during traversal , instead of at the e
nd of it (this is helpful
for very large files, where the wait time can be very long)
4) changed the description of the fill value properties
5) added a colon after the printing of the array indices
Solution:
Platforms tested:
linux
AIX
solaris
Misc. update:
36 lines
800 B
Plaintext
36 lines
800 B
Plaintext
#############################
|
|
Expected output for 'h5dump -n tfilters.h5'
|
|
#############################
|
|
HDF5 "tfilters.h5" {
|
|
FILE_CONTENTS {
|
|
dataset /all
|
|
dataset /alloc_time_early
|
|
dataset /alloc_time_incr
|
|
dataset /alloc_time_late
|
|
dataset /bitfield
|
|
dataset /char
|
|
dataset /chunked
|
|
dataset /compact
|
|
dataset /contiguous
|
|
dataset /deflate
|
|
dataset /enum
|
|
dataset /external
|
|
dataset /fill_time_alloc
|
|
dataset /fill_time_ifset
|
|
dataset /fill_time_never
|
|
dataset /fletcher32
|
|
group /g1
|
|
dataset /g1/mydset
|
|
dataset /hlink to all (HARDLINK)
|
|
dataset /myfilter
|
|
datatype /mytype
|
|
datatype /myvlen
|
|
dataset /reference
|
|
dataset /shuffle
|
|
link /slink to all -> all
|
|
dataset /string
|
|
dataset /szip
|
|
dataset /vlen
|
|
}
|
|
}
|