Camel.NullOutputStream

g Camel.NullOutputStream Camel.NullOutputStream GObject.Object GObject.Object Gio.OutputStream Gio.OutputStream GObject.Object->Gio.OutputStream Gio.OutputStream->Camel.NullOutputStream

Subclasses:None

Virtual Methods

Inherited:Gio.OutputStream (15), GObject.Object (7)

Properties

None

Signals

Inherited:GObject.Object (1)

Fields

Inherited:GObject.Object (1)
Name Type Access Description
parent Gio.OutputStream r  

Class Details

class Camel.NullOutputStream(**kwargs)
Bases:Gio.OutputStream
Abstract:No
Structure:Camel.NullOutputStreamClass
classmethod new()
Returns:a new Gio.OutputStream
Return type:Gio.OutputStream

Creates a new “null” output stream.

New in version 3.12.

get_bytes_written()
Returns:total byte count
Return type:int

Gets the total number of bytes written to self.

New in version 3.12.

get_ends_with_crlf()
Returns:Whether the data being written to self ended with CRLF.
Return type:bool

New in version 3.30.