void write (int b) → 一次写一个字节数据
void write (byte[] b) → 一次写一个字节数组数据
void write (byte[] b , int off , int len) → 一次写一个字节数组的部分数据
参数一:装着所有数据的数组。参数二:起始索引。参数三:从起始索引开始(包含起始索引),一共写多少个
标签:Java,字节,int,void,write,索引,写出,数据 From: https://www.cnblogs.com/gagaya2/p/17780678.html