摘要: 简介:如题package com.cc.test;import java.io.FileReader;import java.io.FileWriter;public class TestChar { public static void main(String[] a... 阅读全文
posted @ 2015-07-10 23:23 cuiz_book 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 简介:在finally{}中调用 流.close(); 保证流管道最后是关闭的。import java.io.FileInputStream;import java.io.FileOutputStream;/** * @author czchina * */public class TestStre... 阅读全文
posted @ 2015-07-10 22:31 cuiz_book 阅读(942) 评论(0) 推荐(0) 编辑
摘要: 简介:如题import java.io.FileInputStream;import java.io.FileOutputStream;/** * @author czchina * */public class TestStream { public static void main(Str... 阅读全文
posted @ 2015-07-10 22:15 cuiz_book 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 简介:如题import java.io.FileInputStream;/** * @author czchina * */public class TestStream { public static void main(String[] args) { // TODO Aut... 阅读全文
posted @ 2015-07-10 20:42 cuiz_book 阅读(5161) 评论(2) 推荐(1) 编辑
摘要: 简介:如题import java.io.FileInputStream;import java.io.FileOutputStream;/** * @author czchina * */public class TestStream { public static void main(Str... 阅读全文
posted @ 2015-07-10 19:50 cuiz_book 阅读(7578) 评论(2) 推荐(0) 编辑