Loading...
Searching...
No Matches
FileLikeObject Class Referenceabstract

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
 

Detailed Description

Abstract class to represent a file-like object, something with a read(num_bytes) method. Satisfies RapidJSON's Stream interface.

Member Function Documentation

◆ read()

virtual int64_t read ( int64_t num_bytes,
char * buffer )
pure virtual

The documentation for this class was generated from the following file: