2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-03-25 17:00:45 +08:00

[svn-r9991] Purpose:

Feature

Description:
dumper support for nbit

Solution:

Platforms tested:

Misc. update:
This commit is contained in:
Robert E. McGrath 2005-02-11 14:04:22 -05:00
parent 5bedb5edfe
commit caff5c341a
2 changed files with 23 additions and 0 deletions
tools/testfiles

Binary file not shown.

23
tools/testfiles/tnbit.ddl Normal file

@ -0,0 +1,23 @@
#############################
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
}
}
}