1

I see no methods to write arrays with dimensions greater than 2 in IHDF5SimpleWriter

Is it possible to accomplish?

Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385

1 Answers1

0

Unfortunately, no. As its documentation states, an IHDF5SimpleWriter “…contains only the basic methods.”

If you need to do this you'll need to use the non-simple writer for your data type, such as the IHDF5ByteWriter, and use one of the createMDArray methods. Good luck!

Jeff Terrell Ph.D.
  • 2,563
  • 26
  • 39