| Author |
Bytebuffer
|
chella adisesh
Greenhorn
Joined: Oct 10, 2003
Posts: 7
|
|
How do we convert a bytebuffer to an string. Thanks.
|
 |
Jim Yingst
Wanderer
Sheriff
Joined: Jan 30, 2000
Posts: 18670
|
|
Something like this: Or The latter is a little more efficient if you reuse the decoder. Of course, replace UTF-8 with whatever encoding is appropriate for your application.
|
"I'm not back." - Bill Harding, Twister
|
 |
chella adisesh
Greenhorn
Joined: Oct 10, 2003
Posts: 7
|
|
Jim, Thank you very much. I have run into a problem in my program which i did not see it coming. Actually the program wants to convert a string into a byte buffer. Any pointers will be appreciated. Thanks.
|
 |
 |
|
|
subject: Bytebuffer
|
|
|