ES2Reader.Create

public ES2Reader Create(string path, ES2Settings settings = null)

Parameters

path The path of the file we want to read from.

settings

(Optional) An ES2Settings object specifying settings for the ES2Reader

Returns

ES2Reader An ES2Reader for reading from the specified file.

Description

Creates an ES2Reader for the given file.

The created ES2Reader can be used in a using block, or disposed of manually using the Dispose method.

C#

Reading tags from an ES2Reader

JS

Reading tags from an ES2Reader