BoxAlgo

A dynamic interface to boxing/unboxing algorithm

Members

Functions

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

Static functions

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

Meta