Results for “Std.Archive.Zip.Entry”
7 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Archive.Zip.Entry
One file in an archive.
- Std.Archive.Zip.file
Str -> Bytes -> Std.Archive.Zip.EntryA file to be written into an archive, compressed.
- Std.Archive.Zip.find
&Array[Std.Archive.Zip.Entry] -> Str -> Option[Bytes]One named file out of an archive's entries.
- Std.Archive.Zip.names
&Array[Std.Archive.Zip.Entry] -> Array[Str]Every name an archive holds, in the order its directory lists them.
- Std.Archive.Zip.readArchive
&Bytes -> Result[Array[Std.Archive.Zip.Entry], Std.Archive.Zip.ZipError]Read an archive.
- Std.Archive.Zip.stored
Str -> Bytes -> Std.Archive.Zip.EntryA file to be written as it is.
- Std.Archive.Zip.writeArchive
&Array[Std.Archive.Zip.Entry] -> Result[Bytes, Std.Archive.Zip.ZipError]Write an archive.
