MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypeParse(TSourceIdentifier, ISupportBinaryImage) Method

Queues the object implementing the ISupportBinaryImage interface, from the specified data source, onto the stream for parsing.

Definition

Namespace: Gemstone.IO.Parsing
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.136 -- Release Build+592566f1f1a0611fc6728baac3ce2737bd65809c
public virtual void Parse(
	TSourceIdentifier source,
	ISupportBinaryImage image
)

Parameters

source  TSourceIdentifier
Identifier of the data source.
image  ISupportBinaryImage
Object to be parsed that implements the ISupportBinaryImage interface.

Remarks

This method takes the binary image from ISupportBinaryImage and writes the buffer to the BinaryImageParserBase stream for parsing.

See Also