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