XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
FileReader Class Reference

Public Member Functions

 close ()
 
 currentpos ()
 
 FileReader ($filename)
 
 length ()
 
 read ($bytes)
 
 seekto ($pos)
 

Public Attributes

 $_fd
 
 $_length
 
 $_pos
 

Detailed Description

Definition at line 84 of file streams.php.

Member Function Documentation

FileReader::close ( )

Definition at line 137 of file streams.php.

FileReader::currentpos ( )

Definition at line 129 of file streams.php.

References $_pos.

FileReader::FileReader (   $filename)

Definition at line 89 of file streams.php.

References error().

Here is the call graph for this function:

FileReader::length ( )

Definition at line 133 of file streams.php.

References $_length.

FileReader::read (   $bytes)

Definition at line 105 of file streams.php.

References $data.

FileReader::seekto (   $pos)

Definition at line 123 of file streams.php.

References $_pos.

Member Data Documentation

FileReader::$_fd

Definition at line 86 of file streams.php.

FileReader::$_length

Definition at line 87 of file streams.php.

Referenced by length().

FileReader::$_pos

Definition at line 85 of file streams.php.

Referenced by currentpos(), and seekto().


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