Zend_Pdf_FileParserDataSource_StringConcrete subclass of Zend_Pdf_FileParserDataSource that provides an interface to binary strings.
Located in /Zend/Pdf/FileParserDataSource/String.php (line 34)
Zend_Pdf_FileParserDataSource | --Zend_Pdf_FileParserDataSource_String
string
$_string
= '' (line 43)
The string to parse.
Inherited from Zend_Pdf_FileParserDataSource
Zend_Pdf_FileParserDataSource::$_offset
Zend_Pdf_FileParserDataSource::$_size
Constructor __construct (line 59)
Object constructor.
Verifies that the string is not empty.
Destructor __destruct (line 72)
Object destructor.
readAllBytes (line 108)
Returns the entire string.
Preserves the current read position.
readBytes (line 90)
Returns the specified number of raw bytes from the string at the byte offset of the current read position.
Advances the read position by the number of bytes read.
Throws an exception if there is insufficient data to completely fulfill the request.
__toString (line 121)
Returns a string containing the parsed string's length.
Inherited From Zend_Pdf_FileParserDataSource
Zend_Pdf_FileParserDataSource::__construct()
Zend_Pdf_FileParserDataSource::getOffset()
Zend_Pdf_FileParserDataSource::getSize()
Zend_Pdf_FileParserDataSource::moveToOffset()
Zend_Pdf_FileParserDataSource::readAllBytes()
Zend_Pdf_FileParserDataSource::readBytes()
Zend_Pdf_FileParserDataSource::skipBytes()
Zend_Pdf_FileParserDataSource::__destruct()
Zend_Pdf_FileParserDataSource::__toString()
Documentation generated on Wed, 21 Feb 2007 12:00:31 -0800 by phpDocumentor 1.3.1