Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_MimeFile Class Reference

Public Member Functions

 __construct ($fileHandle)
 read ($bytesRequested)

Protected Attributes

 $_fileHandle = null

Detailed Description

Definition at line 33 of file MimeFile.php.


Constructor & Destructor Documentation

__construct ( fileHandle)

Create a new MimeFile object.

Parameters:
string$fileHandleAn open file handle to the file being read.

Definition at line 49 of file MimeFile.php.


Member Function Documentation

read ( bytesRequested)

Read the next chunk of the file.

Parameters:
integer$bytesRequestedThe size of the chunk that is to be read.
Returns:
string A corresponding piece of the message. This could be binary or regular text.

Definition at line 61 of file MimeFile.php.


Field Documentation

$_fileHandle = null [protected]

Definition at line 41 of file MimeFile.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations