This should work. > TArkIS = new TarArchiveInputStream(new > BZip2CompressorInputStream(new FileInputStream(aIFl))); > TarArchiveEntry TArkEntry = (TarArchiveEntry)TArkIS.getNextEntry();
Would be great if you could turn your code into a testcase and open an issue at https://issues.apache.org/jira/browse/COMPRESS cheers, Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
