File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1341,7 +1341,7 @@ os.zip(
13411341This will include only `.txt` files, excluding any `.log` files and anything inside
13421342the `temp` folder.
13431343
1344- ==== `oz .zip.stream`
1344+ ==== `os .zip.stream`
13451345
13461346You can use `os.zip.stream` to write the final zip to an `OutputStream` rather than a
13471347concrete `os.Path`. `os.zip.stream` returns a `geny.Writable`, which has a `writeBytesToStream`
@@ -1393,7 +1393,7 @@ os.unzip(
13931393)
13941394----
13951395
1396- ===== `oz .unzip.list`
1396+ ===== `os .unzip.list`
13971397You can list the contents of the zip file without extracting them:
13981398
13991399[source,scala]
@@ -1403,7 +1403,7 @@ os.unzip.list(os.Path("/path/to/archive.zip"))
14031403
14041404This will print all the file paths contained in the zip archive.
14051405
1406- ==== `oz .unzip.stream`
1406+ ==== `os .unzip.stream`
14071407
14081408You can unzip a zip file from any arbitrary `java.io.InputStream` containing its binary data
14091409using the `os.unzip.stream` method:
You can’t perform that action at this time.
0 commit comments