squiz_box.util

Undocumented in source.

Members

Functions

readBinaryFile
auto readBinaryFile(string filename, size_t chunkSize)

Helper that return a range of binary chunks of data from a file.

writeBinaryFile
void writeBinaryFile(I input, string filename)

Helper that eagerly writes binary chunks of data to a file.

Meta