node-addon-examples
node-addon-examples copied to clipboard
Passing String containing null character in between.
I have a byte array of an image in nodejs and i want to pass it in a C function for further processing . If i am passing it as string then the array is not passed correctly. Can you tell me how can i pass it?