How might I, in Java, convert a StringBuffer to a byte array?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I say we have an answer, from Greg:
|
|||
|
|
|
A better alternate would be Better because Here's the
|
||||
|
|
getBytes... "Encodes this String into a sequence of bytes using the platform's default charset..." This is one of the silly areas where they didn't just pick a universal default. – user166390 Nov 4 '11 at 6:03