Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Gdata_MimeFile Class Reference

Public Member Functions

 __construct ($fileHandle)
 Create a new MimeFile object.
 
 read ($bytesRequested)
 Read the next chunk of the file.
 

Protected Attributes

 $_fileHandle = null
 

Constructor & Destructor Documentation

__construct (   $fileHandle)

Create a new MimeFile object.

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

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.

Member Data Documentation

$_fileHandle = null
protected