Archive.Entry (Archive v0.1.0)

Archive.Entry represents a single item in an archive.

Most functions in this module will only work within the context of the aupplied mapping function given to Archive.read/3. This is because these functions require a reference to the archive while streaming and while the entry is the current item in the stream.

Summary

Functions

Loads the entry into the archive whose reference is held by the entry. The reference to the archive is automatically passed to the current entry during Archive.read/3, Archive.from_memory_streaming/3, and Archive.from_file_streaming/3.

Creates a new Archive.Entry struct. This is done implicitly during Archive.read/3.

Functions

Loads the entry into the archive whose reference is held by the entry. The reference to the archive is automatically passed to the current entry during Archive.read/3, Archive.from_memory_streaming/3, and Archive.from_file_streaming/3.

Creates a new Archive.Entry struct. This is done implicitly during Archive.read/3.