XmlIncrementalLexer.ensureCapacity
void ensureCapacity(size_t additional) pure nothrow @trustedEnsures the internal buffer has room for additional bytes beyond the current write position, growing by doubling capacity as needed.
Parameters
additional | Number of additional bytes to accommodate. |