ConcurrentBuffer.fromAddress constructor
ConcurrentBuffer.fromAddress(
- int ptr
Implementation
ConcurrentBuffer.fromAddress(int ptr) {
cBuf = Pointer<Void>.fromAddress(ptr);
_length = bufferGetSize(cBuf);
}