#include <DataFileSource.h>
|
virtual char * | getFileBytes () const =0 |
| NOTE: logical const, implementations may make changes behind the interface to lookup the data. More...
|
|
virtual size_t | getFileSize () const =0 |
| NOTE: logical const, implementations may make changes behind the interface to lookup the data. More...
|
|
virtual size_t | read (char *buf, size_t num) |
| Read up to the next num bytes into buf, returns the number of bytes read. More...
|
|
virtual size_t | skip (size_t num) |
| Skip up to the next num bytes, returns the number of bytes skipped. More...
|
|
virtual void | release ()=0 |
|
virtual bool | isReleased () const =0 |
|
bool | operator!= (const DataFileSource &src) const |
|
virtual char* BUSBOY::DataFileSource::getFileBytes |
( |
| ) |
const |
|
pure virtual |
virtual size_t BUSBOY::DataFileSource::getFileSize |
( |
| ) |
const |
|
pure virtual |
virtual bool BUSBOY::DataFileSource::isReleased |
( |
| ) |
const |
|
pure virtual |
bool BUSBOY::DataFileSource::operator!= |
( |
const DataFileSource & |
src | ) |
const |
size_t BUSBOY::DataFileSource::read |
( |
char * |
buf, |
|
|
size_t |
num |
|
) |
| |
|
virtual |
virtual void BUSBOY::DataFileSource::release |
( |
| ) |
|
|
pure virtual |
size_t BUSBOY::DataFileSource::skip |
( |
size_t |
num | ) |
|
|
virtual |
The documentation for this class was generated from the following files:
Copyright 2014 Google Inc. All rights reserved.