#include <picture.h>
Inheritance diagram for clip::clip_internal::jpeg_decoder_file_stream:
Public Member Functions | |
jpeg_decoder_file_stream () | |
void | close (void) |
virtual | ~jpeg_decoder_file_stream () |
bool | open (const char *Pfilename) |
virtual int | read (unsigned char *Pbuf, int max_bytes_to_read, bool *Peof_flag) |
bool | get_error_status (void) |
bool | reset (void) |
int | get_size (void) |
Private Attributes | |
FILE * | Pfile |
bool | eof_flag |
bool | error_flag |
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements clip::clip_internal::jpeg_decoder_stream.
|
|
|
|
|
|
|
|
|