MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypePurgeBuffer Method

Clears the internal buffer of unparsed data received from the specified source.

Definition

Namespace: Gemstone.IO.Parsing
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.147 -- Release Build+f1f9c0e9f92f995ccf39530a9405eeed9dafd871
public virtual void PurgeBuffer(
	TSourceIdentifier source
)

Parameters

source  TSourceIdentifier
Identifier of the data source.

Remarks

This method can be used to ensure that partial data received from the source is not kept in memory indefinitely.

See Also