Pudu programming language
Menu
API reference

Std.Archive.Zip.Entry

1 declaration

type

Entry

This declaration introduces a public type.

What it does

One file in an archive.

stored says whether the bytes were kept as they are or compressed. It is

read back rather than chosen by a reader, because an archive written

elsewhere decides it per entry: a JPEG compresses to nothing, so most

writers store it, and a reader that assumed either would be wrong half the

time.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.Archive.ZipSearch related declarations