Click or drag to resize

PhysicalParserOpen(Stream, Boolean) Method

Opens a PQDIF file from a stream of data.

Namespace: GSF.PQDIF.Physical
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 from which to read the PQDIF file.
leaveOpen  Boolean  (Optional)
True to leave the stream open when closing the parser; false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
InvalidOperationExceptionstream is not both readable and seekable.
See Also