Class Zend_Gdata_MimeFile

Description

A wrapper for strings for buffered reading.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Gdata/MimeFile.php (line 33)


	
			
Variable Summary
 resource $_fileHandle
Method Summary
 Zend_Gdata_MimeFile __construct (string $fileHandle)
 string read (integer $bytesRequested)
Variables
resource $_fileHandle = null (line 41)

A handle to the file that is part of the message.

  • access: protected
Methods
Constructor __construct (line 49)

Create a new MimeFile object.

  • access: public
Zend_Gdata_MimeFile __construct (string $fileHandle)
  • string $fileHandle: An open file handle to the file being read.
read (line 61)

Read the next chunk of the file.

  • return: A corresponding piece of the message. This could be binary or regular text.
  • access: public
string read (integer $bytesRequested)
  • integer $bytesRequested: The size of the chunk that is to be read.

Documentation generated on Mon, 21 Jun 2010 15:34:00 -0400 by phpDocumentor 1.4.3