Link to home
Start Free TrialLog in
Avatar of airqq
airqq

asked on

how to map C\C++ unsigned char *fBuf[] in java

hi all,
I'm using w2k OS. Below is one of my JNI code.
Given that C code:

BYTE *fBuf;
fBuf = new BYTE[256];

I want it to be map to Java which hoping that the fBuf value remain unchange/convert. How to map this fBuf into java?
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial