mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-26 12:55:33 +00:00
- removed sequential search from findBody() and findBodyIndex() - using local variables in ABC(InputStream is) constructor to improve performances and readability ABCInputStream class: - added method int read(byte[] b) MethodInfo class: - introduced reference to method body