JDK9 RFR of JDK-8029646: [pack200] should support the new zip64 format.
Alexander Zuev
alexander.zuev at oracle.com
Wed Jan 15 14:44:31 UTC 2014
On 1/15/14 18:34, Alexander Zuev wrote:
> Sherman et all,
>
> self-correction regarding the flags, i misread the specification so
> flags are: always support UTF-8 file encoding (bit 11) and using EOS
> marker for the compressed files(bit 4).
Damn my fast fingers - not bit 4, bit 3 and it tells we are separating
crc/size/csize
into the separate header record for deflated files. I will update the
comments with the
description. Sorry for the confusion.
/Alex
More information about the core-libs-dev
mailing list