Click or drag to resize

PhysicalParserSeek Method

Jumps in the file to the location of the record with the given header.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void Seek(
	RecordHeader header
)
View Source

Parameters

header  RecordHeader
The header to seek to.
See Also