filters
QpIStream Class Reference
List of all members.Detailed Description
Definition at line 43 of file stream.h.
Public Member Functions | |
| QpIStream (const char *pFileName) | |
| QpIStream (unsigned char *pBuffer, unsigned int pLen) | |
| ~QpIStream () | |
| int | get () |
| QpIStream & | read (char *pBuf, QP_INT16 pLen) |
| operator void * () | |
| int | operator! () |
| QpIStream & | operator>> (QP_INT8 &pI8) |
| QpIStream & | operator>> (QP_UINT8 &pI8) |
| QpIStream & | operator>> (QP_INT16 &pI16) |
| QpIStream & | operator>> (QP_INT32 &pI32) |
| QpIStream & | operator>> (QP_INT64 &pI64) |
| QpIStream & | operator>> (char *&pStr) |
Protected Attributes | |
| istream * | cIn |
| long | cOffset |
| streambuf * | cStreamBuf |
The documentation for this class was generated from the following files:

