# when to use RandomAccessFile?
dom
It is used for files containing records of known size so that you can move from one record to another using seek().ci
# sthget
RAF has no association with InputStream/OutputStream.it
getFilePointer(): find out where you are in the file.io
seek(): to move to a new point in the file.sed