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
When run as JavaScript at least, I get the following crash....
Exception in thread "main" java.io.EOFException
at org.teavm.classlib.java.util.zip.TInflaterInputStream.read(TInflaterInputStream.java:106)
at org.teavm.classlib.java.util.zip.TZipFile$ZipInflaterInputStream.read(TZipFile.java:331)
at org.teavm.classlib.java.io.TInputStream.readNBytes(TInputStream.java:108)
at com.chocohead.Example.main(Example.java:46)
Interestingly enough, using a ZipInputStream works fine:
Noticed this when trying to read zip entries by their declared size:
When run as JavaScript at least, I get the following crash....
Interestingly enough, using a
ZipInputStream
works fine:The text was updated successfully, but these errors were encountered: