On Thursday 22 May 2008 16:43:13 Oleksiy Stashok wrote:
> If you want to perform smarter ByteBuffer -> CharBuffer translation,
> probably you have to use:
> CharBuffer = Charset.decode(ByteBuffer);
> applying correct Charset.
>
> This should work similar way as translating byte[] -> String.
Thanks, I'll give it a try. Could I suggest that this get mentioned in the
docs as its not that obvious to a beginner.
--
Regards
Wayne