What method allows you to move to a specific byte position in a binary file?
RandomAccessFile.seek(long pos)
BufferedInputStream.mark(int readlimit)
FileOutputStream.flush()
FileInputStream.skip(long n)