Hello,
it is possible a converting a unsigned char into byte array ?
i ' d like converting a unsigned char [256] into byte array. (it s for converting Jni :mad: )
pleaze help me
Thx
kornFR;)
Printable View
Hello,
it is possible a converting a unsigned char into byte array ?
i ' d like converting a unsigned char [256] into byte array. (it s for converting Jni :mad: )
pleaze help me
Thx
kornFR;)
One solution is reinterpret_cast.
Kuphryn
kornfr,
Did kuphryn answer your question?
If not, please explain your question in more detail. I am not sure what you mean by a byte array.
Sincerely,
Kendall Russell
Memphis TN
byte is defined as unsigned char, so unsigned char [256] is already a byte array.