Std.Archive.Zip
10 public declarations
- Entry
One file in an archive.
- entryLimit
IntWhat this reads and writes.
- explain
&Std.Archive.Zip.ZipError -> StrWhy an archive was refused, written for a person to read.
- file
Str -> Bytes -> Std.Archive.Zip.EntryA file to be written into an archive, compressed.
- find
&Array[Std.Archive.Zip.Entry] -> Str -> Option[Bytes]One named file out of an archive's entries.
- names
&Array[Std.Archive.Zip.Entry] -> Array[Str]Every name an archive holds, in the order its directory lists them.
- readArchive
&Bytes -> Result[Array[Std.Archive.Zip.Entry], Std.Archive.Zip.ZipError]Read an archive.
- stored
Str -> Bytes -> Std.Archive.Zip.EntryA file to be written as it is.
- writeArchive
&Array[Std.Archive.Zip.Entry] -> Result[Bytes, Std.Archive.Zip.ZipError]Write an archive.
- ZipError
Why bytes do not make an archive.
