Parse items from the data in a InputStream.
This function may block while reading from the input stream. Use parse_stream_async for a non-blocking variant.
The parsed and authenticate signals may fire during the parsing.
this |
The parser |
input |
The input stream |
cancellable |
An optional cancellation object |
Whether the parsing completed successfully or not. |