I\'m using RandomAccessFile in java:
file = new RandomAccessFile(filename, \"rw\"); ... file.writeBytes(...);
How can I ensure that this data i
I learned that you can't..
Some related links here: http://www.cs.usfca.edu/~parrt/course/601/lectures/io.html and here: http://tutorials.jenkov.com/java-io/bufferedwriter.html