public int read(byte b[]) throws IOException { return read(b,0,b.length);//这个返回的是啥玩意儿 //read()也没看明白,搞球! }
从流里读入一个byte数组 返回数组长度