Description
The current API is a little awkward when dealing with symlinks (e.g., those created using Info-Zip's "zip -y").
I propose the following three methods for ZipArchiveEntry:
public boolean isUnixSymlink() public String getUnixSymlink(ZipFile zf) public String getUnixSymlink(ZipFile zf, String pathCharset)
Attachments
Attachments
Issue Links
- relates to
-
COMPRESS-379 isUnixSymlink returns true for Zip entries with Unix permissions 177777
- Resolved