|
Grok 20.3.2
|
Go to the source code of this file.
Classes | |
| struct | grk::BufferedStream |
| Manages buffered read/write using callbacks or memory buffer. More... | |
Namespaces | |
| namespace | grk |
| ResWindow. | |
Macros | |
| #define | GROK_STREAM_STATUS_OUTPUT 0x1U |
| #define | GROK_STREAM_STATUS_INPUT 0x2U |
| #define | GROK_STREAM_STATUS_END 0x4U |
| #define | GROK_STREAM_STATUS_ERROR 0x8U |
| #define GROK_STREAM_STATUS_END 0x4U |
Referenced by grk::BufferedStream::read(), grk::BufferedStream::readDirect(), and grk::BufferedStream::readSeek().
| #define GROK_STREAM_STATUS_ERROR 0x8U |
| #define GROK_STREAM_STATUS_INPUT 0x2U |
| #define GROK_STREAM_STATUS_OUTPUT 0x1U |
Referenced by grk::BufferedStream::BufferedStream().