Gio.FilterInputStream¶
- Subclasses:
 
Methods¶
- Inherited:
 - Structs:
 
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w/co  | 
|||
r/w/c  | 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
base_stream  | 
r  | 
||
parent_instance  | 
r  | 
Class Details¶
- class Gio.FilterInputStream(**kwargs)¶
 - Bases:
 - Abstract:
 Yes
- Structure:
 
Base class for input stream implementations that perform some kind of filtering operation on a base stream. Typical examples of filtering operations are character set conversion, compression and byte order flipping.
Property Details¶
- Gio.FilterInputStream.props.base_stream¶
 - Name:
 base-stream- Type:
 - Default Value:
 - Flags:
 
The underlying base stream on which the I/O ops will be done.