- boxTar
auto boxTar(I entries, size_t chunkSize)
- boxTarBzip2
auto boxTarBzip2(I entries, size_t chunkSize)
- boxTarGz
auto boxTarGz(I entries, size_t chunkSize)
- boxTarXz
auto boxTarXz(I entries, size_t chunkSize)
Returns a .tar, .tar.gz, .tar.bz2 or .tar.xz 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.
- 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.
- unboxTar
auto unboxTar(I input)
- unboxTarBzip2
auto unboxTarBzip2(I input)
- unboxTarGz
auto unboxTarGz(I input)
- unboxTarXz
auto unboxTarXz(I input)
Returns a range of entries from a .tar, .tar.gz, .tar.bz2 or .tar.xz formatted byte range