You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java version: OpenJDK 64-Bit Server VM Temurin-17.0.9+9
OS (Windows, Mac, Linux): Windows
Stack trace if available
jhdf logging if available
Exception in thread "main" java.nio.BufferOverflowException
at java.base/java.nio.ByteBuffer.put(ByteBuffer.java:1007)
at java.base/java.nio.HeapByteBuffer.put(HeapByteBuffer.java:243)
at io.jhdf.object.datatype.StringData.writeArrayData(StringData.java:216)
at io.jhdf.object.datatype.StringData.writeArrayData(StringData.java:210)
at io.jhdf.object.datatype.StringData.writeData(StringData.java:194)
at io.jhdf.WritableDatasetImpl.writeData(WritableDatasetImpl.java:243)
at io.jhdf.WritableDatasetImpl.write(WritableDatasetImpl.java:225)
at io.jhdf.WritableGroupImpl.write(WritableGroupImpl.java:181)
at io.jhdf.WritableGroupImpl.write(WritableGroupImpl.java:181)
at io.jhdf.WritableHdfFile.flush(WritableHdfFile.java:78)
at io.jhdf.WritableHdfFile.close(WritableHdfFile.java:68)
at com.example.Test.main(Test.java:18)
The text was updated successfully, but these errors were encountered:
Describe the bug
Write string array failed if it contains non-ASCII characters.
To Reproduce
Please complete the following information:
jhdf
version: 0.8.4jhdf
logging if availableThe text was updated successfully, but these errors were encountered: