I 'm starting to learn Java I / O and i started with Random Access File,I cant find any good information about using Random Access File if some one cant give me some good references to how it works Does it read/write binary or text files? how can i do this? witch are the most correct ways to read/write in files,thanks to all :)
Asked
Active
Viewed 1,185 times
-2
-
Try the Sun/Oracle Java Tutorial. – user207421 May 07 '15 at 23:02
1 Answers
0
Maybe you are looking for a tutorial like this?
http://examples.javacodegeeks.com/core-java/io/randomaccessfile/java-randomaccessfile-example/

Jon Bates
- 3,055
- 2
- 30
- 48