users@grizzly.java.net

Re: Simple input manipulation

From: Wayne Gemmell <wayne_at_flashmedia.co.za>
Date: Thu, 22 May 2008 17:03:31 +0200

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