ConcurrentBufferAndroid.fromPointer constructor

ConcurrentBufferAndroid.fromPointer(
  1. Pointer<Void> ptr
)

Implementation

ConcurrentBufferAndroid.fromPointer(Pointer<Void> ptr) {
  cBuf = ptr;
  _length = bufferGetSize(cBuf);
}