ExVEx.Packaging.Zip.Entry (ExVEx v0.2.0)

Copy Markdown View Source

A single member of an xlsx ZIP archive — a path inside the package and the raw bytes at that path. Directory entries (zero-length, name ending in /) are dropped by :zip.unzip/2 and are not represented here.

Summary

Types

t()

@type t() :: %ExVEx.Packaging.Zip.Entry{data: binary(), path: String.t()}