Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
pagespeed::image_compression::ScanlineStreamInput Class Reference

#include "scanline_utils.h"

Public Member Functions

 ScanlineStreamInput (MessageHandler *handler)
 
void Reset ()
 
void Initialize (const void *image_buffer, size_t buffer_length)
 
void Initialize (const GoogleString &image_string)
 
const char * data ()
 
size_t length ()
 
size_t offset ()
 
void set_offset (size_t val)
 
MessageHandlermessage_handler ()
 

Detailed Description

ScanlineStreamInput stores the data stream that will be used by a scanline reader. It also stores the position of the stream that the scanline reader should start to read.


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