This post originated from an RSS feed registered with Java Buzz
by Max Zone.
Original Post: Working with Binary Files in Java
Feed Title: dzone.com: java
Feed URL: http://feeds.dzone.com/dzone/java
Feed Description: dzone.com: fresh java links for developers
There are many different ways that binary data can be read/written to files. When you try to read standard file formats directly, such as GIF, this can become a challenge. This article presents a class for reading and writing all types of binary data. Support is given for such things as little endian, big endian, int sizes and more.