2018年5月30日

IO流,字节流

摘要: 2 /** 3 * IO流,字节流 4 */ 5 import java.io.FileInputStream; 6 import java.io.FileOutputStream; 7 8 public class ByStreamDemo { 9 public static void main(String[] args) throws Exception{ 1... 阅读全文

posted @ 2018-05-30 13:05 冷小超 阅读(191) 评论(0) 推荐(0)

导航