On 2016-03-23, Stefan Bodewig wrote:

> On the API side Java8 is only used for java.time.Instant (for the last
> modified time of an entry). In addition I've used Java7's
> SeekableByteChannel for random access and AutoCloseable in place of
> Closeable.

Actually I've moved away from Instant in favor of FileTime by now. This
is a side effect of making ArchiveEntry extends
BasicFileAttributes. I've also introduced Optional for a few things
(rather than returning null).

Also I've replaced all methods that use File-args with Path-args.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to