Class Zend_Gdata_MimeBodyString

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/MimeBodyString.php (line 33)


	
			
Variable Summary
 integer $_bytesRead
Method Summary
 Zend_Gdata_MimeBodyString __construct (string $sourceString)
 int getSize ()
 string read (integer $bytesRequested)
Variables
integer $_bytesRead = 0 (line 47)

The size of the MIME message.

  • access: protected
string $_sourceString = '' (line 41)

The source string.

  • access: protected
Methods
Constructor __construct (line 54)

Create a new MimeBodyString object.

  • access: public
Zend_Gdata_MimeBodyString __construct (string $sourceString)
  • string $sourceString: The string we are wrapping.
getSize (line 86)

The length of the string.

  • return: The length of the string contained in the object.
  • access: public
int getSize ()
read (line 66)

Read the next chunk of the string.

  • return: A corresponding piece of the string.
  • 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