This is a simple question with probably a simple answer but I can't seem to find the answer anywhere else.
I have an input file that I open up and do various things with using RandomAccessFile in one class. I would like to pass that file onto another class so it can do various things with it as well. I'm not sure how this would be done however.