摘要:
操作字节: 输入字节流:FileInputStream 输出字节流:FileOutputStream 操作字符: 字符输入流:FileReader 字符输出流:FileWriter 1.FileInputStream 字节输入流[用于读取文件]: eg1: eg2: 2.FileOutputStre 阅读全文
摘要:
文件基本操作: package file; import java.io.File; import java.io.IOException; /** * @Author YangHe * @Date 2020/4/12 20:41 * 对文件的基本操作 */ public class FileOpe 阅读全文