PhysicalParserOpenAsync(Stream, Boolean) Method

Opens a PQDIF file from a stream of data.

Definition

Namespace: Gemstone.PQDIF.Physical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.110 -- Release Build+b4919315e8c742e443cd323c6bfaf3fcd0062dd8
public Task OpenAsync(
	Stream stream,
	bool leaveOpen = false
)

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.

Return Value

Task

[Missing <returns> documentation for "M:Gemstone.PQDIF.Physical.PhysicalParser.OpenAsync(System.IO.Stream,System.Boolean)"]

Exceptions

InvalidOperationExceptionstream is not both readable and seekable.

See Also