Lines Matching refs:archives
24 javax.crypto so encrypted archives can be read.
34 o The cpio streams didn't handle archives using a multi-byte
71 archives are now turned into ZipException, they used to
116 o Added read-only DEFLATE64 support to ZIP archives and as
119 o Added read-only DEFLATE64 support to 7z archives.
127 archives with certain strong encryption headers.
148 methods used in ZIP archives.
172 writing/reading tar archives.
180 o Don't use a data descriptor in ZIP archives when copying a raw
347 Snappy used by the IWA files contained within the zip archives
413 ZIP archives.
427 o file names of tar archives using the xstar format are now
456 archives created by star.
576 o Expanding 7z archives using LZMA compression could cause an
579 o Long-Name and -link or PAX-header entries in TAR archives always had
580 the current time as last modfication time, creating archives that
610 o COMPRESS-278: TarArchiveInputStream failed to read archives with empty
641 You will need a version >= 1.5 of XZ for Java to read archives
650 archives used LZMA compression for headers and content and
656 o TarArchiveInputStream will now read archives created by tar
708 o SevenZOutputFile would create invalid archives if more than six
724 o Added support for 7z archives. Most compression algorithms
727 o Added read-only support for ARJ archives that don't use
740 to be able to read archives created by DotNetZip and maybe
750 o CpioArchiveInputStream failed to read archives created by
837 o Split/spanned ZIP archives are now properly detected by
840 o ZipArchiveInputStream now reads archives that start with a "PK00"
867 o ZipFile's initialization has been improved for non-Zip64 archives.
895 The stream classes now write (or expect to read) archives that
907 short text files were TAR archives.
908 o COMPRESS-164: ZipFile didn't work properly for archives using unicode extra
910 o COMPRESS-169: For corrupt archives ZipFile would throw a RuntimeException in
915 o COMPRESS-182: The tar package can now write archives that use star/GNU/BSD
927 o COMPRESS-16: The tar package can now read archives that use star/GNU/BSD
929 archives that use the POSIX/PAX variant.
930 o COMPRESS-165: The tar package can now write archives that use star/GNU/BSD
932 archives that use the POSIX/PAX variant.
1024 The method currently returns false for ZIP archives if an
1047 o COMPRESS-101: ZipArchiveInputStream should now properly read archives that
1053 number of bytes read for big archives.
1054 o COMPRESS-85: The cpio archives created by CpioArchiveOutputStream couldn't
1056 archives contained multiple entries with the same inode/device
1063 archives cannot be parsed.
1067 archives if two different entries had the same hash code. Thanks to Anon Devs.