node-addon-examples icon indicating copy to clipboard operation
node-addon-examples copied to clipboard

Passing String containing null character in between.

Open AditiBhiwaniwala opened this issue 8 years ago • 0 comments

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?

AditiBhiwaniwala avatar Jun 28 '17 07:06 AditiBhiwaniwala