News

I've got a program that uses BufferedReader to read it's data. About a year ago my input source started showing up with binary characters, which of course breaks. After spending time trying to ...
Manipulating Files in Java 7 The following is a modified snippet from a draft of The Well-Grounded Java Developer . It gives you a quick taster of how much easier it is to manipulate files in Java ...
SOAP applications often have to deal with more than just simple messages. The payload for a SOAP message can often include a word processing or PDF document, image, or other binary file. This article ...
If you are into editing binary files in your browser, you might also want to disassemble code there, too. If you are wondering what you would do with a hex editor, you probably missed this post.