Summary
Submitted by jeffheaton on Thu, 01/10/2008 - 05:50
In this article you learned how to read and write binary files in Java. You saw that both string and numeric data types can be read and written to binary files. There are several different ways that both strings and numeric types can be stored. Strings can be fixed length, zero-terminated or length-prefixed. Numbers can be little- or big-endian. Numbers can also be of a variety of lengths.












