#include <Stream.h>
Public Member Functions | |
| StreamPredictor (Stream *strA, int predictorA, int widthA, int nCompsA, int nBitsA) | |
| GBool | isOk () |
| ~StreamPredictor () | |
| int | lookChar () |
| int | getChar () |
Private Member Functions | |
| GBool | getNextLine () |
Private Attributes | |
| Stream * | str |
| int | predictor |
| int | width |
| int | nComps |
| int | nBits |
| int | nVals |
| int | pixBytes |
| int | rowBytes |
| Guchar * | predLine |
| int | predIdx |
| GBool | ok |
Definition at line 226 of file Stream.h.
| StreamPredictor::StreamPredictor | ( | Stream * | strA, | |
| int | predictorA, | |||
| int | widthA, | |||
| int | nCompsA, | |||
| int | nBitsA | |||
| ) |
| StreamPredictor::~StreamPredictor | ( | ) |
| GBool StreamPredictor::isOk | ( | ) | [inline] |
| int StreamPredictor::lookChar | ( | ) |
| int StreamPredictor::getChar | ( | ) |
| GBool StreamPredictor::getNextLine | ( | ) | [private] |
Stream* StreamPredictor::str [private] |
int StreamPredictor::predictor [private] |
int StreamPredictor::width [private] |
int StreamPredictor::nComps [private] |
int StreamPredictor::nBits [private] |
int StreamPredictor::nVals [private] |
int StreamPredictor::pixBytes [private] |
int StreamPredictor::rowBytes [private] |
Guchar* StreamPredictor::predLine [private] |
int StreamPredictor::predIdx [private] |
GBool StreamPredictor::ok [private] |
1.5.1