MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypeParse(TSourceIdentifier, Byte) Method
Queues a sequence of bytes, from the specified data source, onto the stream for parsing.
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.141 -- Release Build+de6dd506efbb1b6397176ad750b9f73dc0dc685b
public virtual void Parse(
TSourceIdentifier source,
byte[] buffer
)
Public Overridable Sub Parse (
source As TSourceIdentifier,
buffer As Byte()
)
public:
virtual void Parse(
TSourceIdentifier source,
array<unsigned char>^ buffer
)
function Parse(source, buffer);
Parameters
- source TSourceIdentifier
- Identifier of the data source.
- buffer Byte
- An array of bytes to queue for parsing