PQDSFileWriteToStream(StreamWriter) Method

Writes the content to an output Stream.

Definition

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

Parameters

stream  StreamWriter
The StreamWriter to write the data to.

See Also