ReadOptions.setSequentialRead
void setSequentialRead(bool val) @safeEnables 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
val | true to enable sequential reading, false to use normal catalogue-based reading |