作者: bkdwei
一、属性 protected int count;//当前已读取的字节在缓存中的…
一、属性 private FileChannel channel; privat…
一、属性 protected OutputStream out; 二、方法 cl…
一、方法 close()、flush()都是空的方法,write(int)是抽象…
一、属性 protected volatile InputStream in;/…
一、属性 protected byte[] buf;//缓冲数组,用于回滚数据 …
一、变量含义 private static int DEFAULT_BUFFER…
属性 int pushBack = -1;//好像是上一次读取过的字节 int …
来源jdk8 方法 功能 备注 SequenceInputStream(Enum…
一个接口. 获取某种数据结构的数据. 和迭代器iterator类似. 方法: h…