IBinary
|
public interface IBinaryImageParser : IProvideStatus
The IBinaryImageParser type exposes the following members.
Name | Description | |
---|---|---|
Enabled | Gets or sets a boolean value that indicates whether the data parser is currently enabled. | |
Name |
Gets the name of the object providing status information.
(Inherited from IProvideStatus) | |
Status |
Gets the current status details about object providing status information.
(Inherited from IProvideStatus) | |
TotalProcessedBuffers | Gets the total number of buffer images processed so far. |
Name | Description | |
---|---|---|
Start | Start the streaming data parser. | |
Stop | Stops the streaming data parser. | |
Write | Writes a sequence of bytes onto the IBinaryImageParser stream for parsing. |
Name | Description | |
---|---|---|
DataDiscarded | Occurs when data image fails deserialization due to an exception. | |
ParsingException | Occurs when an Exception is encountered while attempting to parse data. |