Click or drag to resize

FrameParserParse Method

Overload List
  Name Description
Public method Parse(ISupportBinaryImage) Obsolete.
Not implemented. Consumers should call the Parse(TSourceIdentifier, ISupportBinaryImage) method instead to make sure data source source ID gets tracked with data buffer.
Public method Parse(TSourceIdentifier, ISupportBinaryImage) Queues the object implementing the ISupportBinaryImage interface, from the specified data source, onto the stream for parsing.
Public method Parse(TSourceIdentifier, Byte) Queues a sequence of bytes, from the specified data source, onto the stream for parsing.
Public method Parse(SourceChannel, Byte, Int32, Int32) Writes a sequence of bytes onto the stream for parsing.
Top
See Also