90-p0
Said..
opiiiiiiiiiiiiiiiiiiiiiiiiiiiiii0-9op[op[op[op[iopiopkip[
Answer: The RandomAccessFile class supports simultanous reading and writing from the same file. Just open it in "rw" mode:
RandomAccessFile raf =
new RandomAccessFile("filename.txt", "rw");
Use skipBytes() to move to where you wish to read/write.