This method of the ComLib Class allocates and binds memory to an existing data wrapper.
protected static native void setDataWrapperSize(Object DataWrapper, int b);
DataWrapper | The wrapper that memory is allocated and bound to. |
cb | The memory (measured in bytes) that is bound to the data wrapper. |