Click or drag to resize

BinaryImageParserBaseParse Method

Parses the object implementing the ISupportBinaryImage interface.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public virtual void Parse(
	ISupportBinaryImage image
)
View Source

Parameters

image  ISupportBinaryImage
Object to be parsed that implements the ISupportBinaryImage interface.
Remarks
This function takes the binary image from ISupportBinaryImage and writes the buffer to the BinaryImageParserBase stream for parsing.
See Also