blob: 13dab648d2ed3d8a0fdb08cb20b3ca6365f84f0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
#############################
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
}
}
|