saalfeldlab / n5

Not HDF5
BSD 2-Clause "Simplified" License
163 stars 22 forks source link

fix: UnsupportedOperationException for blosc and strings #113

Closed bogovicj closed 8 months ago

bogovicj commented 9 months ago

see https://github.com/saalfeldlab/n5-blosc/issues/7

This error was caused because the buffer not being backed by an accessible byte array. The fix is to check if that is the case, and decode the buffer if not.