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
