TarAlgo

BoxAlgo for ".tar" files

Members

Functions

box
ByteRange box(BoxEntryRange entries, size_t chunkSize)
Undocumented in source. Be warned that the author may not have intended to support it.
unbox
UnboxEntryRange unbox(ByteRange bytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BoxAlgo

box
ByteRange box(BoxEntryRange entries, size_t chunkSize)
ByteRange box(I entries, size_t chunkSize)

Box the provided entries and return the associated byte range

unbox
UnboxEntryRange unbox(ByteRange bytes)
UnboxEntryRange unbox(I bytes)

Unbox the given byte range to a range of entries

forFilename
BoxAlgo forFilename(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta