Fun I/O Release Candidate 1
Pre-release
Pre-release
christian-schlichtherle
released this
22 Oct 04:17
·
116 commits
to master
since this release
This is the first release candidate of Fun I/O 2.0.0. In this release candidate, the Fun I/O API has been revisioned:
ArchiveEntry.entry()
has been removed because it wasn't necessary.ArchiveEntrySink
does not extendArchiveEntry
anymore. Using the inherited methods was never necessary and would only have returned consistent results after the entry has been written.ArchiveOutput.isJar()
has a default implementation now. Consequently, redundant implementations have been removed.