关于Stream的读写 java InputStream读取数据问题
public abstract int Read(byte[] buffer, int offset, int count)buffer: 字节数组。此方法返回时,该缓冲区包含指定的字符数组,该数组的 offset 和 (offset + count -1) 之间的值由从当前源中读取的字节替换。offset: buffer 中的从零开始的字节偏移量,从此处开始存储从当前流中读取的数据。