Java学习笔记:javaIO流总结
javaIO流总结
字节流:InputStream and OutputStream
字符流:Reader and Writer
一般会使用Buffered来提高读取效率;
注:Apache 中的Commons-io十分方便,可以导入使用。
字节流:InputStream and OutputStream
字符流:Reader and Writer
一般会使用Buffered来提高读取效率;
注:Apache 中的Commons-io十分方便,可以导入使用。