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

Methods

Inherited:

Gio.OutputStream (29), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

get_bytes_written ()

get_ends_with_crlf ()

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.