why would one choose using byte[] instead of char[] or vica versa
serkan sendur 821 Postaholic Banned Featured Poster
Recommended Answers
Jump to Postbyte is an unsigned 8-bit integer whose values range from 0 to 255.
char is a 16-bit unicode character type. If you want to represent raw streams of bytes, you'll use bytes. You could also parse the stream of bytes by assuming it uses some sort of encoding, like …
All 2 Replies
Rashakil Fol 978 Super Senior Demiposter Team Colleague
serkan sendur 821 Postaholic Banned Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.