Abstract class to represent a file-like object, something with a read(num_bytes) method. Satisfies RapidJSON's Stream interface.  
 More...
#include <json.h>
Public Member Functions | |
| virtual int64_t | read (int64_t num_bytes, char *buffer)=0 | 
Abstract class to represent a file-like object, something with a read(num_bytes) method. Satisfies RapidJSON's Stream interface. 
      
  | 
  pure virtual |