ByteWriter.initWithSize
void initWithSize(uint size, bool fixed)Initializes writer with the given initial data size.
Parameters
size | Initial size of data |
fixed | If true the data can't be reallocated |
void initWithSize(uint size, bool fixed)Initializes writer with the given initial data size.
size | Initial size of data |
fixed | If true the data can't be reallocated |