Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class JBufferStream

Description

Generic Buffer stream handler

This class provides a generic buffer stream. It can be used to store/retrieve/manipulate string buffers with the standard PHP filesystem I/O methods.

Located in /joomla/utilities/buffer.php (line 26)

Class JBufferStream   (Subpackage Utilities)
Variable Summary
Variable string $name
Variable int $position
Variable array $_buffers
Method Summary
Method void stream_eof ()
Method void stream_open ( $path,  $mode,  $options,  &$opened_path)
Method void stream_read ( $count)
Method void stream_seek ( $offset,  $whence)
Method void stream_tell ()
Method void stream_write ( $data)
Variables
string $name = null (line 38)

Buffer name

int $position = 0 (line 32)

Stream position

array $_buffers = array () (line 44)

Buffer hash

Methods
stream_eof (line 73)
void stream_eof ()
stream_open (line 46)
void stream_open ( $path,  $mode,  $options,  &$opened_path)
  • $path
  • $mode
  • $options
  • &$opened_path
stream_read (line 55)
void stream_read ( $count)
  • $count
stream_seek (line 77)
void stream_seek ( $offset,  $whence)
  • $offset
  • $whence
stream_tell (line 69)
void stream_tell ()
stream_write (line 61)
void stream_write ( $data)
  • $data

Documentation generated on Mon, 05 Mar 2007 20:53:31 +0000 by phpDocumentor 1.3.1