This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
I have tried using getChar(int index) method of java.nio.ByteBuffer and then tried to append each char to the StringBuffer. But, when I print the contents of StringBuffer using SOP, it prints a series of '?'.
You need to convert from bytes to characters. This will be determined by what sort of character encoding was used for the bytes. Take a look at the Charset class and the related CharsetEncoder and CharsetDecoder.
Emma test coverage reports 41.2/42 lines code coverage for my junit tests. This does not mean it must be free of bugs, but I made at least an effort to get it right.
Download link at the bottom of the page mentioned above.
Harald.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.