TYPO3 CMS  TYPO3_6-2
ADODB_Compress_Gzip Class Reference

Public Member Functions

 getLevel ()
 
 setLevel ($level)
 
 getMinLength ()
 
 setMinLength ($min_length)
 
 ADODB_Compress_Gzip ($level=null, $min_length=null)
 
 write ($data, $key)
 
 read ($data, $key)
 

Public Attributes

 $_level = null
 
 $_min_length = 1
 

Detailed Description

Definition at line 21 of file adodb-compress-gzip.php.

Member Function Documentation

◆ ADODB_Compress_Gzip()

ADODB_Compress_Gzip::ADODB_Compress_Gzip (   $level = null,
  $min_length = null 
)

Definition at line 59 of file adodb-compress-gzip.php.

References setLevel(), and setMinLength().

◆ getLevel()

ADODB_Compress_Gzip::getLevel ( )

Definition at line 32 of file adodb-compress-gzip.php.

References $_level.

◆ getMinLength()

ADODB_Compress_Gzip::getMinLength ( )

Definition at line 46 of file adodb-compress-gzip.php.

References $_min_length.

◆ read()

ADODB_Compress_Gzip::read (   $data,
  $key 
)

Definition at line 85 of file adodb-compress-gzip.php.

◆ setLevel()

ADODB_Compress_Gzip::setLevel (   $level)

Definition at line 38 of file adodb-compress-gzip.php.

Referenced by ADODB_Compress_Gzip().

◆ setMinLength()

ADODB_Compress_Gzip::setMinLength (   $min_length)

Definition at line 52 of file adodb-compress-gzip.php.

Referenced by ADODB_Compress_Gzip().

◆ write()

ADODB_Compress_Gzip::write (   $data,
  $key 
)

Definition at line 71 of file adodb-compress-gzip.php.

Member Data Documentation

◆ $_level

ADODB_Compress_Gzip::$_level = null

Definition at line 24 of file adodb-compress-gzip.php.

Referenced by getLevel().

◆ $_min_length

ADODB_Compress_Gzip::$_min_length = 1

Definition at line 28 of file adodb-compress-gzip.php.

Referenced by getMinLength().