GMimeStreamGIO

A #GMimeStream wrapper around GLib's GIO streams.

Members

Variables

eos
gboolean eos;

true if the end of the stream has been reached or false otherwise

file
GFile* file;

a #GFile

istream
GInputStream* istream;

a #GInputStream

ostream
GOutputStream* ostream;

a #GOutputStream

owner
gboolean owner;

true if this stream owns the #GFile or false otherwise

parentObject
GMimeStream parentObject;

parent #GMimeStream