You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.adoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1435,6 +1435,9 @@ os.unzip.stream(
1435
1435
This can be useful if the zip file does not exist on disk, e.g. if it is received over the network
1436
1436
or produced in-memory by application logic.
1437
1437
1438
+
File permissions and symbolic links are not supported since permissions and symlink mode are stored as external attributes which might reside in the central directory located at the end of the zip archive.
1439
+
For more a more detailed explanation see the `ZipArchiveInputStream` vs `ZipFile` section at [[https://commons.apache.org/proper/commons-compress/zip.html]]
1440
+
1438
1441
OS-Lib also provides the `os.unzip.streamRaw` API, which is a lower level API used internally
1439
1442
within `os.unzip.stream` but can also be used directly if lower-level control is necessary.
0 commit comments