ReadOptions.setSequentialRead

void setSequentialRead(bool val) @safe

Enables or disables sequential read mode.

When enabled, the archive is read sequentially (like tar) instead of using the final catalogue. This requires the archive to have been created with sequential marks enabled and be of minimum format "08".

Parameters

valtrue to enable sequential reading, false to use normal catalogue-based reading