RFR: JDK-8061777, , (zipfs) IllegalArgumentException in ZipCoder.toString when using Shitft_JIS
Ulf Zibis
Ulf.Zibis at CoSoCo.de
Sun Jun 5 20:15:46 UTC 2016
Am 05.06.2016 um 21:30 schrieb Ulf Zibis:
> And I still think, moving the string concatenation to ZipPath constructor would be a good idea. I
> believe, this would make things more simple and less redundant:
> ZipPath(ZipFileSystem zfs, String first, String... more)
E.g. you could reuse the StringBuilder in directly passing it to normalize() and save the
transformation to String.
-Ulf
More information about the core-libs-dev
mailing list