mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
caff5c341a
Feature Description: dumper support for nbit Solution: Platforms tested: Misc. update:
24 lines
468 B
SQL
24 lines
468 B
SQL
#############################
|
|
Expected output for 'h5dump -H -p -d nbit tfilters.h5'
|
|
#############################
|
|
HDF5 "tfilters.h5" {
|
|
DATASET "nbit" {
|
|
DATATYPE undefined integer
|
|
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
|
STORAGE_LAYOUT {
|
|
CHUNKED ( 10, 5 )
|
|
SIZE 76
|
|
}
|
|
FILTERS {
|
|
COMPRESSION NBIT
|
|
}
|
|
FILLVALUE {
|
|
FILL_TIME H5D_FILL_TIME_IFSET
|
|
VALUE 0
|
|
}
|
|
ALLOCATION_TIME {
|
|
H5D_ALLOC_TIME_INCR
|
|
}
|
|
}
|
|
}
|