exip
Alpha 0.5.4
|
Interface for parsing an EXI header. More...
#include "errorHandle.h"
#include "procTypes.h"
Go to the source code of this file.
Functions | |
errorCode | decodeHeader (EXIStream *strm, boolean outOfBandOpts) |
Decode the header of an EXI stream. More... | |
Definition in file headerDecode.h.
The current position in the stream is set to the first bit after the header. The EXIStream.header.EXIOptions* are set accordingly
[in,out] | strm | EXI stream of bits |
[in] | outOfBandOpts | TRUE if there are out-of-band options set in parser->strm.header; FALSE otherwise |
Definition at line 53 of file headerDecode.c.