ES2Writer.Save

public void Save(bool checkForOverwrite = true)

Parameters

checkForOverwrite Whether or not we should overwrite data when saving. Set to false for sequential data.

Description

Stores data written to an ES2Writer to file. If the checkForOverwrite parameter is true, it will presume the data is tagged data and overwrite any tags if saving to an existing file.

If writing data sequentially, you should set the checkForOverwrite parameter to false.

C#

Saving tags to an ES2Writer

JS

Saving tags to an ES2Writer