Public Member Functions | |
stream_open ($path, $mode, $options, &$opened_path) | |
url_stat ($path, $flags) | |
stream_close () | |
stream_flush () | |
stream_read ($count) | |
stream_write ($data) | |
stream_tell () | |
stream_eof () | |
stream_seek ($offset, $whence) | |
Public Attributes | |
$stream | |
Private Member Functions | |
stripPath ($path) |
Required since we can't pass an open file resource to XMLReader->open() which is used for the text prefetch.
Definition at line 9 of file 7zip.inc.
SevenZipStream::stream_open | ( | $ | path, | |
$ | mode, | |||
$ | options, | |||
&$ | opened_path | |||
) |
Definition at line 17 of file 7zip.inc.
References $command, $mode, $options, $path, stripPath(), wfEscapeShellArg(), and wfIsWindows().
SevenZipStream::stripPath | ( | $ | path | ) | [private] |
Definition at line 12 of file 7zip.inc.
References $path.
Referenced by stream_open(), and url_stat().
SevenZipStream::url_stat | ( | $ | path, | |
$ | flags | |||
) |