SkImageDecoder::Peeker Class Reference

#include <SkImageDecoder.h>

Inherits SkRefCnt.

Collaboration diagram for SkImageDecoder::Peeker:
[legend]

List of all members.

Public Member Functions

virtual bool peek (const char tag[], const void *data, size_t length)=0

Detailed Description

Base class for optional callbacks to retrieve meta/chunk data out of an image as it is being decoded.

Definition at line 64 of file SkImageDecoder.h.


Member Function Documentation

virtual bool SkImageDecoder::Peeker::peek ( const char  tag[],
const void *  data,
size_t  length 
) [pure virtual]

Return true to continue decoding, or false to indicate an error, which will cause the decoder to not return the image.


The documentation for this class was generated from the following file:

Generated on Tue Oct 20 10:33:04 2009 for Skia by  doxygen 1.6.1