BitMagic-C++
|
Class for decoding data from memory buffer. More...
#include <encoding.h>
Public Member Functions | |
decoder_little_endian (const unsigned char *buf) | |
bm::short_t | get_16 () |
bm::word_t | get_24 () |
bm::word_t | get_32 () |
bm::id64_t | get_48 () |
bm::id64_t | get_64 () |
void | get_32 (bm::word_t *w, unsigned count) |
bool | get_32_OR (bm::word_t *w, unsigned count) |
void | get_32_AND (bm::word_t *w, unsigned count) |
void | get_16 (bm::short_t *s, unsigned count) |
![]() | |
decoder_base (const unsigned char *buf) BMNOEXCEPT | |
unsigned char | get_8 () BMNOEXCEPT |
Reads character from the decoding buffer. | |
size_t | size () const BMNOEXCEPT |
Returns size of the current decoding stream. | |
void | seek (int delta) BMNOEXCEPT |
change current position | |
void | memcpy (unsigned char *dst, size_t count) BMNOEXCEPT |
read bytes from the decode buffer | |
const unsigned char * | get_pos () const BMNOEXCEPT |
Return current buffer pointer. | |
void | set_pos (const unsigned char *pos) BMNOEXCEPT |
Set current buffer pointer. | |
Additional Inherited Members | |
![]() | |
const unsigned char * | buf_ |
const unsigned char * | start_ |
Class for decoding data from memory buffer.
Properly handles aligment issues with integer data types. Converts data to little endian architecture (presumed it was encoded as big endian)
Definition at line 151 of file encoding.h.
|
inline |
Definition at line 868 of file encoding.h.
|
inline |
Definition at line 874 of file encoding.h.
References bm::decoder_base::buf_.
|
inline |
Definition at line 986 of file encoding.h.
References bm::decoder_base::buf_, and bm::decoder_base::seek().
|
inline |
Definition at line 883 of file encoding.h.
References bm::decoder_base::buf_.
|
inline |
Definition at line 893 of file encoding.h.
References bm::decoder_base::buf_.
Referenced by get_32_AND(), and get_32_OR().
|
inline |
Definition at line 930 of file encoding.h.
References bm::decoder_base::buf_, and bm::decoder_base::seek().
|
inline |
Definition at line 973 of file encoding.h.
References get_32().
|
inline |
Definition at line 951 of file encoding.h.
References get_32(), and bm::decoder_base::seek().
|
inline |
Definition at line 902 of file encoding.h.
References bm::decoder_base::buf_.
|
inline |
Definition at line 915 of file encoding.h.
References bm::decoder_base::buf_.