Pdf/FileParser/Image.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Pdf
- Subpackage
- FileParser
- Version
- $Id$
\Zend_Pdf_FileParser_Image
Package: Zend_Pdf\FileParser
Throws
FileParser for Zend_Pdf_Image subclasses.
Provides a library of methods to quickly navigate and extract various data
types (signed and unsigned integers, floating- and fixed-point numbers,
strings, etc.) from the file.
File access is managed via a {@link Zend_Pdf_FileParserDataSource} object.
This allows the same parser code to work with many different data sources:
in-memory objects, filesystem files, etc.
- Parent(s)
- \Zend_Pdf_FileParser
- Children
- \Zend_Pdf_FileParser_Image_Png
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods
__construct(\Zend_Pdf_FileParserDataSource $dataSource) : void
Object constructor.
Validates the data source and enables debug logging if so configured.
ParametersName | Type | Description |
---|---|---|
$dataSource | \Zend_Pdf_FileParserDataSource |
Exception | Description |
---|---|
\Zend_Pdf_Exception |