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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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