单项选择题
RandomAccessFile中,移动文件指针到指定位置的方法是?()
A.readLine
B.getFilePointer
C.seek
D.setLength
点击查看答案
相关考题
-
单项选择题
RandomAccessFile中,获取文件指针的方法是?()
A.readLine
B.getFilePointer
C.getChannel
D.setLength -
单项选择题
用RandomAccessFile访问文件时,涉及读写时用哪种模式?()
A.rw
B.R
C.rc
D.rd -
单项选择题
JavaBIO中,可以访问文件中任意位置内容的是哪个类?()
A.FileInputStream
B.RandomAccessFile
C.FileOutputStream
D.BufferReader