Class PelJpegContent

Description

Class representing content in a JPEG file.

A JPEG file consists of a sequence of each of which has an associated marker and some content. This class represents the content, and this basic type is just a simple holder of such content, represented by a PelDataWindow object. The PelExif class is an example of more specialized JPEG content.

Located in /PelJpegContent.php (line 56)


	
			
Direct descendents
Class Description
 class PelExif Class representing EXIF data.
Method Summary
 PelJpegContent __construct (PelDataWindow $data)
 string getBytes ()
 int getSize ()
Methods
Constructor __construct (line 64)

Make a new piece of JPEG content.

PelJpegContent __construct (PelDataWindow $data)

Redefined in descendants as:
getBytes (line 74)

Return the bytes of the content.

  • return: the content.
string getBytes ()

Redefined in descendants as:
getSize (line 84)

Return the size of the content.

  • return: the size.
int getSize ()

SourceForge.net Logo Documentation generated on Wed, 21 Jul 2004 19:13:13 +0200 by phpDocumentor 1.3.0RC3