FileReader::CreateSwfJpeg2HeaderOnly

FileReader::CreateSwfJpeg2HeaderOnly
virtual Input* CreateSwfJpeg2HeaderOnly(File* pin) const;
virtual Input* CreateSwfJpeg2HeaderOnly(const UByte* pbuffer, UPInt bufSize) const;
Description

CreateSwfJpeg2HeaderOnly reads SWF JPEG2-style header (separate encoding table followed by image data) and creates JPEG input object. The SWF file format stores JPEG images with the encoding tables separate from their image data.

Parameters
Parameters 
Description 
File* pin 
Pointer to the input stream from which the encoding table is read. 
const UByte* pbuffer 
Pointer to the image data. 
UPInt bufSize 
The size of the buffer which contains the image data. 
Return Value

A JPEG input object.