4

I can extract the zip, tar, tar.gz and tar.bz in apache.commons.compress. But I can't extract the tar.Z in apache.commons.compress or java. Who can help me?

Braiam
  • 1
  • 11
  • 47
  • 78

1 Answers1

0

The tar.Z extension means that the file is a compressed tarball, using the compress utility, not gzip.

The only library that seems to support it is: http://www.chilkatsoft.com/tar-java.asp

Hope this helps.

APinto
  • 76
  • 7