| 59 | |
| 60 | bool isEmpty() const {return _out.length() == 0 && _stackDepth == 1 && _items->empty();} |
| 61 | size_t bytesWritten() const {return _out.length();} // may be an underestimate |
| 62 | |
| 63 | /** Ends encoding, writing the last of the data to the Writer. */ |
| 64 | void end(); |