Readonly
Creates an ArrayBuffer backed by an existing memory region. Unlike the NativePointer read*() and write*() APIs, no validation is performed on access, meaning a bad pointer will crash the process.
read*()
write*()
Base address of the region. Passing NULL will result in an empty buffer.
NULL
Size of the region. Passing 0 will result in an empty buffer.
0
Creates an ArrayBuffer backed by an existing memory region. Unlike the NativePointer
read*()andwrite*()APIs, no validation is performed on access, meaning a bad pointer will crash the process.