MediaWiki REL1_31
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 34 of file 7zip.inc.

Member Function Documentation

◆ stream_close()

SevenZipStream::stream_close ( )

Definition at line 67 of file 7zip.inc.

◆ stream_eof()

SevenZipStream::stream_eof ( )

Definition at line 87 of file 7zip.inc.

◆ stream_flush()

SevenZipStream::stream_flush ( )

Definition at line 71 of file 7zip.inc.

◆ stream_open()

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

Definition at line 43 of file 7zip.inc.

References $command, $options, stripPath(), wfEscapeShellArg(), and wfIsWindows().

◆ stream_read()

SevenZipStream::stream_read ( $count)

Definition at line 75 of file 7zip.inc.

◆ stream_seek()

SevenZipStream::stream_seek ( $offset,
$whence )

Definition at line 91 of file 7zip.inc.

◆ stream_tell()

SevenZipStream::stream_tell ( )

Definition at line 83 of file 7zip.inc.

◆ stream_write()

SevenZipStream::stream_write ( $data)

Definition at line 79 of file 7zip.inc.

◆ stripPath()

SevenZipStream::stripPath ( $path)
private

Definition at line 37 of file 7zip.inc.

Referenced by stream_open(), and url_stat().

◆ url_stat()

SevenZipStream::url_stat ( $path,
$flags )

Definition at line 61 of file 7zip.inc.

References stripPath().

Member Data Documentation

◆ $stream

SevenZipStream::$stream
protected

Definition at line 35 of file 7zip.inc.


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