CreateOptions.setSequentialMarks
void setSequentialMarks(bool val) @safeEnables 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
val | true to add sequential marks, false to disable (default) |