Reputation: 1
Is there a way to write the binary representation of a uint8_t to HDF5? For example, if the value is 4, the resulting value in HDF5 should be 00000100. This binary value is located in a compound datatype with various other data that I am storing.
Here's what I've tried
Upvotes: 0
Views: 49