some help please with type casting
in
Programming Questions
•
1 year ago
Hi all.
please help me out with a simple issue, i am new to processing and new to java aswell.
I have a byte buffer like: {0xFF, 0x34, 0x23, 0x45....}
the data inside is actually a 16bit singed variables.
how can i conver this buffer to a short type buffer?
thanks in advance
1