getUnixSymlink

Gets the entry's content as a String if isUnixSymlink() returns true for it, otherwise returns null.

This method assumes the symbolic link's file name uses the same encoding that as been specified for this ZipFile.

Return

entry's content as a String

Since

1.5

Parameters

entry

ZipArchiveEntry object that represents the symbolic link

Throws

problem with content's input stream