Camel.FilterInputStream¶
- Subclasses:
 None
Methods¶
- Inherited:
 Gio.FilterInputStream (3), Gio.InputStream (19), 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.FilterInputStream(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod new(base_stream, filter)¶
 - Parameters:
 base_stream (
Gio.InputStream) – aGio.InputStreamfilter (
Camel.MimeFilter) – aCamel.MimeFilter
- Returns:
 a new
Gio.InputStream- Return type:
 
Creates a new filtered input stream for the base_stream.
New in version 3.12.
- get_filter()¶
 - Returns:
 - Return type:
 
Gets the
Camel.MimeFilterthat is used by self.New in version 3.12.
Property Details¶
- Camel.FilterInputStream.props.filter¶
 - Name:
 filter- Type:
 - Default Value:
 - Flags:
 
The MIME filter object