|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct (StreamInterface $stream, $level=-1) | |
Public Member Functions inherited from Http\Message\Encoding\FilteredStream | |
| __construct (StreamInterface $stream, $readFilterOptions=null, $writeFilterOptions=null) | |
| __toString () | |
| eof () | |
| getContents () | |
| getReadFilter () | |
| getSize () | |
| getWriteFilter () | |
| isSeekable () | |
| read ($length) | |
| rewind () | |
| seek ($offset, $whence=SEEK_SET) | |
Public Member Functions inherited from Psr\Http\Message\StreamInterface | |
| close () | |
| detach () | |
| getMetadata ($key=null) | |
| isReadable () | |
| isWritable () | |
| tell () | |
| write ($string) | |
Protected Member Functions | |
| readFilter () | |
| writeFilter () | |
Protected Member Functions inherited from Http\Message\Encoding\FilteredStream | |
| fill () | |
Additional Inherited Members | |
Data Fields inherited from Http\Message\Encoding\FilteredStream | |
| const | BUFFER_SIZE = 8192 |
Protected Attributes inherited from Http\Message\Encoding\FilteredStream | |
| $buffer = '' | |
| $readFilter | |
| $readFilterCallback | |
| $writeFilter | |
| $writeFilterCallback | |
Stream for encoding to gzip format (RFC 1952).
Definition at line 13 of file GzipEncodeStream.php.
| Http\Message\Encoding\GzipEncodeStream::__construct | ( | StreamInterface | $stream, |
$level = -1 |
|||
| ) |
| StreamInterface | $stream | |
| int | $level |
Definition at line 19 of file GzipEncodeStream.php.
References Http\Message\Encoding\GzipEncodeStream\writeFilter().
|
protected |
{Returns the write filter name.
Reimplemented from Http\Message\Encoding\FilteredStream.
Definition at line 34 of file GzipEncodeStream.php.
|
protected |
{Returns the write filter name.
Reimplemented from Http\Message\Encoding\FilteredStream.
Definition at line 42 of file GzipEncodeStream.php.
Referenced by Http\Message\Encoding\GzipEncodeStream\__construct().