2016年7月21日

摘要: EOFException Signals that an end of file or end of stream has been reached unexpectedly during input. This exception is mainly used by data input stre 阅读全文
posted @ 2016-07-21 16:37 冰花ぃ雪魄 阅读(289) 评论(0) 推荐(0)
 
摘要: 一 Writer public abstract class Writer extends Object implements Appendable, Closeable, Flushable 这个类表示的是输入字符的输入流.然后这个类中有一个同步锁,用来同步这个流内的操作.然后就是这个流和File 阅读全文
posted @ 2016-07-21 16:23 冰花ぃ雪魄 阅读(623) 评论(0) 推荐(0)
 
摘要: 一:OutPutStream类: public abstract class OutputStream extends Object implements Closeable, Flushable 这个类是所有表示输出流的父类,所有继承这个类的子类都必须实现写的方法. 这个类中定义了close,fl 阅读全文
posted @ 2016-07-21 13:36 冰花ぃ雪魄 阅读(548) 评论(0) 推荐(0)