srikanth-lingala / zip4j

A Java library for zip files and streams
Apache License 2.0
2k stars 307 forks source link

after call setComment("") , the old comment will invalid, but still exist in zip file #529

Open qinduan opened 6 months ago

qinduan commented 6 months ago

setComment("55883344556677"); image

after setComment(""),the comment still exist in file image

how i can delete old comment after call setComment("")