PQDSFileWriteToStream(StreamWriter) Method

Writes the content to an output Stream.

Definition

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

Parameters

stream  StreamWriter
The StreamWriter to write the data to.

See Also