FileReader

FileReader
Scaleform::Render::JPEG::FileReader
Declaration
class FileReader : public ImageFileReader_Mixin<FileReader, AbstractReader>;
Description

FileReader provides file format detection for JPEG and its data loading.

Data Members
Data Member 
Description 
Instance singleton. 
Methods
Method 
Description 
Creates a temporary JPEG image. 
Reads header and creates a JPEG input object. 
Reads SWF JPEG2 - style header (separate encoding table followed by image data) and creates JPEG input object. 
CreateMemoryBufferImage creates a MemoryBufferImage for storing jpeg image data in a buffer and reading of the data by Decode function. 
Verifies the specified file to determine whether it is JPEG image file. 
Creates a wrapper for initializing and loading jpeg images. 
Creates a new image and reads JPEG file contents into it. 
File

JPEG_ImageFile.h