Click or drag to resize

DevLogReaderSeekToNextEvent Method

Seek to the start of the next EVENT tag.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void SeekToNextEvent(
	FileStream stream
)

Parameters

stream
Type: System.IOFileStream
The devlog filestream.
See Also