|
exip
Alpha 0.5.4
|
Interface to a low-level EXI stream reader. More...
#include "errorHandle.h"#include "procTypes.h"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... | |
Definition in file streamRead.h.
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.
1.8.4