????什么意思,可以用uncompress命令解压吗????

解决方案 »

  1.   

    一个在Unix中被compress压缩过的文件,到了windown上需要解压。
    我就是需要找解压这类文件的java 源码。
      

  2.   

    不知道winzip可不可以解压:)
      

  3.   

    http://www.fanqiang.com/a4/b5/20011112/0808001558.html
      

  4.   

    try classes under java.util.zip
      

  5.   

    winzip can uncompress the file compressed by command "compress" under Unix.I try class java.util.zip,but it can uncompress the file i wanted .I apply the programe prompted by " http://www.fanqiang.com/a4/b5/20011112/0808001558.html" .
    But Exception is "java.io.IOException: Not in GZIP format".
    I think that it can't uncompress the file named filename.Z .