单项选择题

将一个RandomAccessFile对象中的文件指针移动到文件中的一个确定位置,应调用方法()

A.skipBytes()
B.seek()
C.moveBytes()
D.seekBytes()