Parser input from a streambuf. More...
#include <Variant/ParserInput.h>
Public Member Functions | |
| ParserStreambufInput (std::streambuf *sb) | |
| unsigned | Read (void *ptr, unsigned len) |
| return number of bytes read into ptr, 0 on EOF | |
Public Member Functions inherited from libvariant::ParserStreamInput | |
| ParserStreamInput (unsigned buffer_len) | |
| virtual const void * | GetPtr (unsigned &len) |
| virtual void | Release (unsigned len) |
Protected Attributes | |
| std::streambuf * | streambuf |
Protected Attributes inherited from libvariant::ParserStreamInput | |
| std::vector< char > | buffer |
| unsigned | num |
| unsigned | offset |
| bool | eof |
Parser input from a streambuf.
1.8.7