摘要:
1.写入字节 /** * java.io.RandomAccessFile * RAF是专门用来读写文件数据的API,其基于指针对文件任意位置进行读写. */ public class RafDemo1 { public static void main(String[] args) throws 阅读全文
posted @ 2020-01-01 19:28
hello4world
阅读(197)
评论(0)
推荐(0)