Zend_Gdata_MediaMimeStreamA streaming Media MIME class that allows for buffered read operations.
Located in /Gdata/MediaMimeStream.php (line 44)
Zend_Gdata_MediaMimeStream
__construct
([string $xmlString = null], [string $filePath = null], [string $fileContentType = null])
string
$_boundaryString
= null (line 52)
A valid MIME boundary.
integer
$_currentPart
= 0 (line 65)
The current part being read from.
resource
$_fileHandle
= null (line 59)
A handle to the file that is part of the message.
array
$_parts
= null (line 78)
An array of all the parts to be sent. Array members are either a MimeFile or a MimeBodyString object.
integer
$_totalSize
= 0 (line 71)
The size of the MIME message.
Constructor __construct (line 91)
Create a new MimeMediaStream object.
closeFileHandle (line 172)
Close the internal file that we are streaming to the socket.
getContentType (line 184)
Return a Content-type header that includes the current boundary string.
getTotalSize (line 162)
Return the total size of the mime message.
read (line 136)
Read a specific chunk of the the MIME multipart message.
Documentation generated on Mon, 21 Jun 2010 15:33:22 -0400 by phpDocumentor 1.4.3