B4J Library Zip4J - Library update - Version 2.10.0

Zip4J library, by Srikanth Reddy Lingala

Version 2.10.0 - 2022-03-28

Improvements:
  • Use utf-8 by default when reading zip file names
  • Add NoCompression deflate compression level

Bug Fixes:
  • Validate AES extra data record size
  • Include pos in array copy length calculation
  • Change IllegalArgumentException to ZipException
  • Handle unexpected EOF when reading raw stream
  • Handle unexpected EOF when reading compressed stream
  • Fill NPE when aesKeyStrength is null
  • Validate AES extra data record before calculating header size
  • Throw exception when file name length is 0
  • Replace RunTimeException with ZipException
  • Fix NPE in ZipParameters when file name is either null or empty
  • Minor improvement to canonical path check
  • Set entry size in ZipParameters to 0 by default

Jar file available for download HERE.
 

max123

Well-Known Member
Licensed User
Longtime User
After you write on the log the HelloWorld string, try to put in the java code "HelloWorld2", recompile and execute. This is your first update (version 1.0.1) of your first java code.šŸ˜‰ From here you can start creating a jar executable file instead of execute a compiled (to bytecode) java class.

Just try it.
 

Claudio Oliveira

Active Member
Licensed User
Longtime User
After you write on the log the HelloWorld string, try to put in the java code "HelloWorld2", recompile and execute. This is your first update (version 1.0.1) of your first java code.šŸ˜‰ From here you can start creating a jar executable file instead of execute a compiled (to bytecode) java class.

Just try it.
I'll do it!
Thanks
 
Top