MediaWiki master
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)
 

Static Public Member Functions

static register ()
 

Public Attributes

resource null $context
 Must exists on stream wrapper class.
 

Protected Attributes

resource false $stream
 

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

◆ register()

static SevenZipStream::register ( )
static

Definition at line 43 of file SevenZipStream.php.

Referenced by TextPassDumper\finalSetup().

◆ stream_close()

SevenZipStream::stream_close ( )

Definition at line 80 of file SevenZipStream.php.

◆ stream_eof()

SevenZipStream::stream_eof ( )

Definition at line 100 of file SevenZipStream.php.

◆ stream_flush()

SevenZipStream::stream_flush ( )

Definition at line 84 of file SevenZipStream.php.

◆ stream_open()

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

Definition at line 57 of file SevenZipStream.php.

References $path, and wfIsWindows().

◆ stream_read()

SevenZipStream::stream_read ( $count)

Definition at line 88 of file SevenZipStream.php.

◆ stream_seek()

SevenZipStream::stream_seek ( $offset,
$whence )

Definition at line 104 of file SevenZipStream.php.

◆ stream_tell()

SevenZipStream::stream_tell ( )

Definition at line 96 of file SevenZipStream.php.

◆ stream_write()

SevenZipStream::stream_write ( $data)

Definition at line 92 of file SevenZipStream.php.

◆ url_stat()

SevenZipStream::url_stat ( $path,
$flags )

Definition at line 76 of file SevenZipStream.php.

References $path.

Member Data Documentation

◆ $context

resource null SevenZipStream::$context

Must exists on stream wrapper class.

Definition at line 41 of file SevenZipStream.php.

◆ $stream

resource false SevenZipStream::$stream
protected

Definition at line 38 of file SevenZipStream.php.


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