Release v0.6.0
- Adds support for reading in-memory files from
byte[]
orByteBuffers
#245 - Breaking API change To support in-memory files
HdfFile#getHdfChannel
is replaced byHdfFile#getHdfBackingStorage
which now returns aHdfBackingStorage
. Internally the new interface replaces the use ofHdfFileChannel
- Fix #247 reading empty arrays in variable length datasets
- Dependency updates
- Update Gradle