Fixes
In ArchiveOutputStream the.close() the closed=true must be under the super.close() because super.close() may do a flush -> ensureOpen()
Thank you for pointing it out.
Unfortunately, this project is no longer maintained.
If you wish I fix it immediately, please let me know.
In ArchiveOutputStream the.close() the closed=true must be under the super.close() because super.close() may do a flush -> ensureOpen()