Camel.FilterOutputStream¶
- Subclasses:
None
Methods¶
- Inherited:
Gio.FilterOutputStream (3), Gio.OutputStream (29), GObject.Object (37)
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The MIME filter object |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Camel.FilterOutputStream(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(base_stream, filter)¶
- Parameters:
base_stream (
Gio.OutputStream
) – aGio.OutputStream
filter (
Camel.MimeFilter
) – aCamel.MimeFilter
- Returns:
a new
Gio.OutputStream
- Return type:
Creates a new filtered output stream for the base_stream.
New in version 3.12.
- get_filter()¶
- Returns:
- Return type:
Gets the
Camel.MimeFilter
that is used by self.New in version 3.12.
Property Details¶
- Camel.FilterOutputStream.props.filter¶
- Name:
filter
- Type:
- Default Value:
- Flags:
The MIME filter object