CreateOptions.setSequentialMarks

void setSequentialMarks(bool val) @safe

Enables or disables sequential marks (tape marks) in the archive.

When enabled, escape sequences (tape marks) are added to the archive to allow sequential reading. This must be enabled at archive creation time for sequential read mode to work when opening the archive later.

Parameters

valtrue to add sequential marks, false to disable (default)