blob: 78acaf015e1fdaf73f2ee54c4c42f1a2a5ea8446 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
HDF5 "tchar.h5" {
GROUP "/" {
DATASET "Dataset1" {
DATATYPE H5T_STD_I8LE
DATASPACE SIMPLE { ( 308 ) / ( 308 ) }
DATA {
"Four score and seven years ago our forefathers brought forth on th"
"is continent a new nation, conceived in liberty and dedicated to t"
"he proposition that all men are created equal. Now we are engaged "
"in a great civil war, testing whether that nation or any nation so"
" conceived and so dedicated can long endure."
}
}
}
}
|