|
MediaWiki master
|
Stream wrapper around 7za filter program. More...
Public Member Functions | |
| stream_close () | |
| stream_eof () | |
| stream_flush () | |
| stream_open (string $path, string $mode, int $options, ?string &$opened_path) | |
| stream_read (int $count) | |
| stream_seek (int $offset, int $whence) | |
| stream_tell () | |
| stream_write (string $data) | |
| url_stat (string $path, int $flags) | |
Static Public Member Functions | |
| static | register () |
Public Attributes | |
| resource null | $context |
| Must exists on stream wrapper class. | |
Protected Attributes | |
| resource false | $stream |
Stream wrapper around 7za filter program.
Required since we can't pass an open file resource to XMLReader->open() which is used for the text prefetch.
Definition at line 24 of file SevenZipStream.php.
|
static |
Definition at line 31 of file SevenZipStream.php.
Referenced by MediaWiki\Maintenance\TextPassDumper\finalSetup().
| MediaWiki\Maintenance\SevenZipStream::stream_close | ( | ) |
Definition at line 68 of file SevenZipStream.php.
| MediaWiki\Maintenance\SevenZipStream::stream_eof | ( | ) |
Definition at line 88 of file SevenZipStream.php.
| MediaWiki\Maintenance\SevenZipStream::stream_flush | ( | ) |
Definition at line 72 of file SevenZipStream.php.
| MediaWiki\Maintenance\SevenZipStream::stream_open | ( | string | $path, |
| string | $mode, | ||
| int | $options, | ||
| ?string & | $opened_path ) |
Definition at line 45 of file SevenZipStream.php.
| MediaWiki\Maintenance\SevenZipStream::stream_read | ( | int | $count | ) |
Definition at line 76 of file SevenZipStream.php.
| MediaWiki\Maintenance\SevenZipStream::stream_seek | ( | int | $offset, |
| int | $whence ) |
Definition at line 92 of file SevenZipStream.php.
| MediaWiki\Maintenance\SevenZipStream::stream_tell | ( | ) |
Definition at line 84 of file SevenZipStream.php.
| MediaWiki\Maintenance\SevenZipStream::stream_write | ( | string | $data | ) |
Definition at line 80 of file SevenZipStream.php.
| MediaWiki\Maintenance\SevenZipStream::url_stat | ( | string | $path, |
| int | $flags ) |
Definition at line 64 of file SevenZipStream.php.
| resource null MediaWiki\Maintenance\SevenZipStream::$context |
Must exists on stream wrapper class.
Definition at line 29 of file SevenZipStream.php.
|
protected |
Definition at line 26 of file SevenZipStream.php.