Page Speed Optimization Libraries
1.13.35.1
|
#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) |
MessageHandler * | message_handler () |
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.