Gsf.InputGZip

g GObject.Object GObject.Object Gsf.Input Gsf.Input GObject.Object->Gsf.Input Gsf.InputGZip Gsf.InputGZip Gsf.Input->Gsf.InputGZip

Subclasses:None

Methods

Inherited:Gsf.Input (24), GObject.Object (37)
Structs:GObject.ObjectClass (5)
class new (source)

Virtual Methods

Inherited:Gsf.Input (3), GObject.Object (7)

Properties

Inherited:Gsf.Input (7)
Name Type Flags Short Description
raw bool r/w/co Whether to read compressed data with no header and no trailer
source Gsf.Input r/w/co Where the compressed data comes from
uncompressed-size int r/w/co The source’s uncompressed size

Signals

Inherited:GObject.Object (1)

Fields

Inherited:GObject.Object (1)

Class Details

class Gsf.InputGZip(**kwargs)
Bases:Gsf.Input
Abstract:No
classmethod new(source)
Parameters:source (Gsf.Input) – The underlying data source.
Raises:GLib.Error
Returns:a new file or None.
Return type:Gsf.Input

Adds a reference to source.

Property Details

Gsf.InputGZip.props.raw
Name:raw
Type:bool
Default Value:False
Flags:READABLE, WRITABLE, CONSTRUCT_ONLY

Whether to read compressed data with no header and no trailer

Gsf.InputGZip.props.source
Name:source
Type:Gsf.Input
Default Value:None
Flags:READABLE, WRITABLE, CONSTRUCT_ONLY

Where the compressed data comes from

Gsf.InputGZip.props.uncompressed_size
Name:uncompressed-size
Type:int
Default Value:-1
Flags:READABLE, WRITABLE, CONSTRUCT_ONLY

The source’s uncompressed size