摘要: import java.io.*;public class TestObjectIO { public static void main(String args[]) throws Exception { T t = new T(); t.k = 8; ... 阅读全文
posted @ 2013-12-07 14:37 小尼人00 阅读(173) 评论(0) 推荐(0)
摘要: import java.io.*;// 语言促进人的思维public class TestPrintStream1 { public static void main(String[] args) { PrintStream ps = null; try { ... 阅读全文
posted @ 2013-12-07 13:23 小尼人00 阅读(202) 评论(0) 推荐(0)
摘要: import java.io.*;public class TestTransForm1 { public static void main(String[] args) { try { OutputStreamWriter osw = new Output... 阅读全文
posted @ 2013-12-07 10:15 小尼人00 阅读(150) 评论(0) 推荐(0)
摘要: import java.io.*;public class TestBufferStream1 { public static void main(String[] args) { try { FileInputStream fis = new FileIn... 阅读全文
posted @ 2013-12-07 10:08 小尼人00 阅读(140) 评论(0) 推荐(0)