Click or drag to resize

PhysicalParser(Stream, Boolean) Constructor

Creates a new instance of the PhysicalParser class.

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

Parameters

stream  Stream
The stream containing the PQDIF file data.
leaveOpen  Boolean  (Optional)
True to leave the stream open when closing the parser; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
InvalidOperationExceptionstream is not both readable and seekable.
See Also