01 2017 档案

摘要:1、基本概念 1.1、InputStream 最基本的字节输入流,抽象类,定义了读取原始字节的所有基本方法1.1.1、public abstract int read() throws IOException 读取一个字节的方法,最基础的方法1.1.2、public int read(byte b[ 阅读全文
posted @ 2017-01-20 17:46 dingqin 阅读(635) 评论(0) 推荐(0)