[ CCode ( type_id = "g_filter_input_stream_get_type ()" ) ]
public abstract class FilterInputStream : InputStream
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.