PQDSFileWriteToStream(StreamWriter) Method

Writes the content to an output Stream.

Definition

Namespace: Gemstone.PQDS
Assembly: Gemstone.PQDS (in Gemstone.PQDS.dll) Version: 1.0.165 -- Release Build+655a65ccf0dff85583ee831eea7dacf3cccbd25c
public void WriteToStream(
	StreamWriter stream
)

Parameters

stream  StreamWriter
The StreamWriter to write the data to.

See Also