|
exip
Alpha 0.5.4
|
Implementing the interface to a low-level EXI stream reader. More...
Go to the source code of this file.
Functions | |
| errorCode | readNextBit (EXIStream *strm, boolean *bit_val) |
| Reads the next single bit from a buffer and moves its current bit pointer. More... | |
| errorCode | readBits (EXIStream *strm, unsigned char n, unsigned int *bits_val) |
| Read the next n bits and return the result as an integer. More... | |
Variables | |
| const unsigned char | BIT_MASK [] |
Definition in file streamRead.c.
Moves the stream current bit pointer with the number of bits read
| [in] | strm | EXI stream of bits |
| [in] | n | The number of bits in the range |
| [out] | bits_val | resulting bits value |
Definition at line 52 of file streamRead.c.
| [in] | strm | EXI stream of bits |
| [out] | bit_val | the value of the next bit: 0 or 1 |
Definition at line 31 of file streamRead.c.
| const unsigned char BIT_MASK[] |
Definition at line 21 of file streamRead.c.
1.8.4