Re: [compress] Trying to Pick up Compress2 Again

2016-03-27 Thread Stefan Bodewig
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 fav

Re: [compress] Trying to Pick up Compress2 Again

2016-03-23 Thread Benedikt Ritter
Hi, Stefan Bodewig schrieb am Mi., 23. März 2016 um 16:47 Uhr: > Hi all > > after more than two years of a hiatus I'd like to pick up the compress2 > branch again. Back then we decided to embrace Java7 and I've taken the > bold step of moving on to Java 8 now. > +1 > > On the API side Java8 i

[compress] Trying to Pick up Compress2 Again

2016-03-23 Thread Stefan Bodewig
Hi all after more than two years of a hiatus I'd like to pick up the compress2 branch again. Back then we decided to embrace Java7 and I've taken the bold step of moving on to Java 8 now. On the API side Java8 is only used for java.time.Instant (for the last modified time of an entry). In additio