On 2011-09-12 Christian Schlichtherle wrote:
> I just found your website and would be interested to write a driver
> module for TAR.XZ files for TrueZIP (http://truezip.java.net). I
> wonder if anyone has already done this because I do not want to
> reinvent the wheel.

Probably not.

> I had a brief look at the code and I noticed that the 0.4
> distribution of XZ for Java contains more classes than what the
> online Javadoc has emmitted. Is this required?

Classes that aren't part of the public API aren't documented in the API
docs. Non-public classes are needed by the public classes.

It tries to be a complete and pedantic implementation, not a
size-optimized implementation. So it's a bit bloated.

> For integration with TrueZIP, I would like to add XZ for Java to the
> Maven Central directory. Would anybody mind if I do this for you?

It would be nice if you could do it. Having the code in a Maven
repository would be useful also for Apache Commons Compress integration.

-- 
Lasse Collin  |  IRC: Larhzu @ IRCnet & Freenode

Reply via email to