JpegMarkerReader
[ class tree: JpegMarkerReader ] [ index: JpegMarkerReader ] [ all elements ]

Class: Image_JpegMarkerReaderDamagedException

Source Location: /Image_JpegMarkerReader-0.5.0/JpegMarkerReader.php

Class Overview

PEAR_Exception
   |
   --Image_JpegMarkerReaderDamagedException

Thrown when the file does not contain a valid JPEG data stream.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 413]
Thrown when the file does not contain a valid JPEG data stream.

JpegMarkerReader does not promise to identify all invalid JPEG data streams, only those which fail to follow the fundamental structure of markers beginning with an FF byte.



[ Top ]


Method Detail

__construct (Constructor)   [line 421]

Image_JpegMarkerReaderDamagedException __construct( string $filename)

Creates an exception object indicating that the stream was inconsistent with the JPEG specification.
  • Access: public

Parameters:

string   $filename   —  file that did not meet the specification

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:23:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.