|
HDK
|
#include <UT_JSONParser.h>
Inheritance diagram for UT_JSONParser::TiledStreamBuf:Public Member Functions | |
| TiledStreamBuf (UT_JSONParser &p) | |
| ~TiledStreamBuf () override | |
| TiledStreamBuf (const TiledStreamBuf &)=delete | |
| TiledStreamBuf & | operator= (const TiledStreamBuf &)=delete |
| int_type | underflow () override |
The TiledStream class reads data that was generated by a UT_JSONWriter::TiledStream. The reader expects an array, followed by multiple arrays of uint8. The multiple arrays appear as a single stream to the user. To read a tiled stream from a JSON file, you would do something like:
Definition at line 726 of file UT_JSONParser.h.
| UT_JSONParser::TiledStreamBuf::TiledStreamBuf | ( | UT_JSONParser & | p | ) |
|
override |
|
delete |
|
delete |
|
override |