File based implementation of ArchiveCreateEntry. Used to create archives from files in the file system.
Describe in what archive mode an entry is for.
Type of an archive entry
Create a file entry from a file path, relative to a base. archiveBase must be a parent path from filename, such as the the path of the entry is filename, relative to archiveBase. prefix is prepended to the name of the file in the archive.
Interface of ArchiveEntry used to create archives
Common interface to archive entry. Each type implementing ArchiveEntry is either for creation or for extraction, but not both. Entries for archive creation implement ArchiveCreateEntry. Entries for archive extraction implement ArchiveExtractionEntry.
Interface of ArchiveEntry used for archive extraction
Static check that a type is an InputRange of ArchiveCreateEntry
Static check that a type is an InputRange of ArchiveCreateEntry
Static check that a type is an InputRange of ArchiveExtractEntry