MediaWiki fundraising/REL1_35
SevenZipStream Class Reference

Stream wrapper around 7za filter program. More...

Public Member Functions

 stream_close ()
 
 stream_eof ()
 
 stream_flush ()
 
 stream_open ( $path, $mode, $options, &$opened_path)
 
 stream_read ( $count)
 
 stream_seek ( $offset, $whence)
 
 stream_tell ()
 
 stream_write ( $data)
 
 url_stat ( $path, $flags)
 

Protected Attributes

 $stream
 

Private Member Functions

 stripPath ( $path)
 

Detailed Description

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 36 of file SevenZipStream.php.

Member Function Documentation

◆ stream_close()

SevenZipStream::stream_close ( )

Definition at line 68 of file SevenZipStream.php.

◆ stream_eof()

SevenZipStream::stream_eof ( )

Definition at line 88 of file SevenZipStream.php.

◆ stream_flush()

SevenZipStream::stream_flush ( )

Definition at line 72 of file SevenZipStream.php.

◆ stream_open()

SevenZipStream::stream_open ( $path,
$mode,
$options,
& $opened_path )

Definition at line 45 of file SevenZipStream.php.

References $command, $path, stripPath(), and wfIsWindows().

◆ stream_read()

SevenZipStream::stream_read ( $count)

Definition at line 76 of file SevenZipStream.php.

◆ stream_seek()

SevenZipStream::stream_seek ( $offset,
$whence )

Definition at line 92 of file SevenZipStream.php.

◆ stream_tell()

SevenZipStream::stream_tell ( )

Definition at line 84 of file SevenZipStream.php.

◆ stream_write()

SevenZipStream::stream_write ( $data)

Definition at line 80 of file SevenZipStream.php.

◆ stripPath()

SevenZipStream::stripPath ( $path)
private

Definition at line 39 of file SevenZipStream.php.

References $path.

Referenced by stream_open(), and url_stat().

◆ url_stat()

SevenZipStream::url_stat ( $path,
$flags )

Definition at line 64 of file SevenZipStream.php.

References $path, and stripPath().

Member Data Documentation

◆ $stream

SevenZipStream::$stream
protected

Definition at line 37 of file SevenZipStream.php.


The documentation for this class was generated from the following file: