Concrete subclass of Zend_Pdf_FileParserDataSource that provides an interface to filesystem objects.
Note that this class cannot be used for other sources that may be supported by http://www.php.net/fopen (through URL wrappers). It may be used for local filesystem objects only.
Located in /Zend/Pdf/FileParserDataSource/File.php (line 38)
Zend_Pdf_FileParserDataSource | --Zend_Pdf_FileParserDataSource_File
Fully-qualified path to the file.
File resource handle .
Inherited from Zend_Pdf_FileParserDataSource
Zend_Pdf_FileParserDataSource::$_offset
Zend_Pdf_FileParserDataSource::$_size
Object constructor.
Validates the path to the file, ensures that it is readable, then opens it for reading.
Throws an exception if the file is missing or cannot be opened.
Object destructor.
Closes the file if it had been successfully opened.
Seeks the file read position to the specified byte offset.
Throws an exception if the file pointer cannot be moved or if it is moved beyond EOF (end of file).
Returns the entire contents of the file as a string.
Preserves the current file seek position.
Returns the specified number of raw bytes from the file at the byte offset of the current read position.
Advances the read position by the number of bytes read.
Throws an exception if an error was encountered while reading the file or if there is insufficient data to completely fulfill the request.
Returns the full filesystem path of the file.
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 11:47:56 -0800 by phpDocumentor 1.3.1