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?
Asked
Active
Viewed 1,377 times
4
-
this might help: http://en.wikipedia.org/wiki/Compress - its an `LZC compression` – SpaceTrucker Apr 23 '13 at 10:19
-
it seem that any libraries cover .Z files. – Khalil Apr 23 '13 at 11:10
-
http://code.google.com/p/compress-j2me/ – Serge Farny Jul 06 '13 at 16:38
1 Answers
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