squiz_box.box.tar

Undocumented in source.

Members

Functions

createTarArchive
auto createTarArchive(I entries, size_t chunkSize)

Returns a Tar archive as a byte range corresponding to the entries in input. chunkSize must be a multiple of 512.

posixModeFileType
uint posixModeFileType(Typeflag flag)
Undocumented in source. Be warned that the author may not have intended to support it.
readTarArchive
auto readTarArchive(I tarInput)

Return a range of entries from a Tar formatted byte range

toEntryType
EntryType toEntryType(Typeflag flag)
Undocumented in source. Be warned that the author may not have intended to support it.
toTypeflag
Typeflag toTypeflag(EntryType type)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TarEntryInfo
struct TarEntryInfo
Undocumented in source.

Meta