FrameParserParse Method

Overload List

Parse(ISupportBinaryImage) Not implemented. Consumers should call the Parse(T1, ISupportBinaryImage) method instead to make sure data source ID gets tracked with data buffer.
Obsolete.
Parse(T1, ISupportBinaryImage) Queues the object implementing the ISupportBinaryImage interface, from the specified data source, onto the stream for parsing.
Parse(T1, Byte[]) Queues a sequence of bytes, from the specified data source, onto the stream for parsing.
Parse(SourceChannel, Byte, Int32, Int32) Queues a sequence of bytes, from the specified data source, onto the stream for parsing.

See Also