Go to the source code of this file.
|
| void | grk::grk_write (uint8_t *dest, const uint8_t *value, uint8_t sizeOfType, uint32_t numBytes) |
| template<typename TYPE> |
| void | grk::grk_write (uint8_t *dest, TYPE value, uint32_t numBytes) |
| template<typename TYPE> |
| void | grk::grk_write (uint8_t *dest, TYPE value) |
| template<typename TYPE> |
| void | grk::grk_write (uint8_t **dest, TYPE value) |
| template<typename TYPE> |
| void | grk::grk_read (const uint8_t *src, TYPE *value, uint32_t numBytes) |
| template<typename TYPE> |
| void | grk::grk_read (uint8_t **src, uint32_t *bytesRemaining, TYPE *value, uint32_t numBytes) |
| template<typename TYPE> |
| void | grk::grk_read (uint8_t **src, TYPE *value, uint32_t numBytes) |
| template<typename TYPE> |
| void | grk::grk_read (const uint8_t *dest, TYPE *value) |
| template<typename TYPE> |
| void | grk::grk_read (uint8_t **dest, uint32_t *bytesRemaining, TYPE *value) |
| template<typename TYPE> |
| void | grk::grk_read (uint8_t **dest, TYPE *value) |