Click or drag to resize

LogicalParserOpen(Stream, Boolean) Method

Opens the parser and parses the ContainerRecord.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void Open(
	Stream stream,
	bool leaveOpen = false
)
View Source

Parameters

stream  Stream
The stream containing the PQDIF file data.
leaveOpen  Boolean  (Optional)
True if the stream should be closed when the parser is closed; false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
InvalidOperationExceptionstream is not both readable and seekable.
NotSupportedExceptionAn unsupported compression mode was defined in the PQDIF file.
See Also