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
Exception in thread "main" java.lang.ClassCastException: class java.io.BufferedOutputStream cannot be cast to class java.io.DataOutputStream (java.io.BufferedOutputStream and java.io.DataOutputStream are in module java.base of loader 'bootstrap')
at br.com.gamemods.nbtmanipulator.LittleEndianDataOutputStream.<init>(LittleEndianDataOutputStream.kt:15)
at br.com.gamemods.nbtmanipulator.NbtIO.writeNbtFile(NbtIO.kt:42)
at br.com.gamemods.nbtmanipulator.NbtIO.writeNbtFile(NbtIO.kt:87)
at br.com.gamemods.nbtmanipulator.NbtIO.writeNbtFile$default(NbtIO.kt:81)
a similar thing also happens with compressed=true
The text was updated successfully, but these errors were encountered:
Version: 3.1.0
Thanks for the really useful library, just noticed an issue when using this method:
which produces:
a similar thing also happens with
compressed=true
The text was updated successfully, but these errors were encountered: