Go to the source code of this file.
|
| u_int32_t | getULong (unsigned char *buf) const |
| |
| int32_t | getLong (unsigned char *buf) const |
| |
| u_int32_t | getUShort (unsigned char *buf) const |
| |
| int32_t | getShort (unsigned char *buf) const |
| |
| void | putULong (unsigned char *obuf, u_int32_t val) |
| |
| void | putLong (unsigned char *obuf, int32_t val) |
| |
| void | putUShort (unsigned char *obuf, u_int32_t val) |
| |
| void | putShort (unsigned char *obuf, int32_t val) |
| |
| void | putUChar (unsigned char *obuf, u_int32_t val) |
| |
| u_int32_t | getUChar (unsigned char *obuf) const |
| |
| int | converted_length (unsigned char *buf, unsigned int base, unsigned int width) const |
| |
| int | binary_to_ascii (unsigned char *outbuf, const unsigned char *inbuf, unsigned int base, unsigned int width) |
| |
◆ binary_to_ascii()
| int binary_to_ascii |
( |
unsigned char * |
outbuf, |
|
|
const unsigned char * |
inbuf, |
|
|
unsigned int |
base, |
|
|
unsigned int |
width |
|
) |
| |
◆ converted_length()
| int converted_length |
( |
unsigned char * |
buf, |
|
|
unsigned int |
base, |
|
|
unsigned int |
width |
|
) |
| const |
◆ getLong()
| int32_t getLong |
( |
unsigned char * |
buf | ) |
const |
◆ getShort()
| int32_t getShort |
( |
unsigned char * |
buf | ) |
const |
◆ getUChar()
| u_int32_t getUChar |
( |
unsigned char * |
obuf | ) |
const |
◆ getULong()
| u_int32_t getULong |
( |
unsigned char * |
buf | ) |
const |
◆ getUShort()
| u_int32_t getUShort |
( |
unsigned char * |
buf | ) |
const |
◆ putLong()
| void putLong |
( |
unsigned char * |
obuf, |
|
|
int32_t |
val |
|
) |
| |
◆ putShort()
| void putShort |
( |
unsigned char * |
obuf, |
|
|
int32_t |
val |
|
) |
| |
◆ putUChar()
| void putUChar |
( |
unsigned char * |
obuf, |
|
|
u_int32_t |
val |
|
) |
| |
◆ putULong()
| void putULong |
( |
unsigned char * |
obuf, |
|
|
u_int32_t |
val |
|
) |
| |
◆ putUShort()
| void putUShort |
( |
unsigned char * |
obuf, |
|
|
u_int32_t |
val |
|
) |
| |