stream


Description:

public unowned Stream? stream ()

Get the stream, if any, the parser has been initialised with.

May be used to setup sub-streams, but should not be read from directly (without saving and restoring the seek position in between).

Parameters:

this

MIME parser object

Returns:

The stream from init_with_stream, or NULL if the parser is reading from a file descriptor or is uninitialised.