Public Member Functions | |
| JLSInputStream (const BYTE *pdata, LONG cbyteLength) | |
| size_t | GetBytesRead () |
| const JlsParameters & | GetMetadata () const |
| const JlsCustomParameters & | GetCustomPreset () const |
| void | Read (void *pvoid, LONG cbyteAvailable) |
| void | ReadHeader () |
| void | EnableCompare (bool bCompare) |
| void | SetInfo (JlsParameters *info) |
| void | SetRect (JlsRect rect) |
Private Member Functions | |
| void | ReadPixels (void *pvoid, LONG cbyteAvailable) |
| void | ReadScan (void *) |
| void | ReadStartOfScan () |
| void | ReadPresetParameters () |
| void | ReadComment () |
| void | ReadStartOfFrame () |
| BYTE | ReadByte () |
| int | ReadWord () |
| void | ReadNBytes (OFVector< char > &dst, int byteCount) |
| void | ReadJfif () |
| void | ReadColorSpace () |
| void | ReadColorXForm () |
Private Attributes | |
| const BYTE * | _pdata |
| size_t | _cbyteOffset |
| size_t | _cbyteLength |
| bool | _bCompare |
| JlsParameters | _info |
| JlsRect | _rect |
Definition at line 118 of file streams.h.