std:std.memory.DataBuffer.Resize

Method Resize:Void( length:Int )

Resizes the databuffer.

Note: This method reallocates the internal memory buffer and will cause the Data property to change.

Parameters
length length The new length of the databuffer.