52535455565758
// i do not know why os = new CBZip2OutputStreamForPhar(os); } else if (PharConstants.GZ_COMPRESSED == pharPackage.getCompressType()) { os = new GZIPOutputStream(os); } outputStream = new TarOutputStream(os); }