write(int b)API中文翻译
public synchronized void write(int b) throws IOException
* Writes the specified byte to this buffered output stream.
把特定的字节写入到当前缓存的输出流中
*
* @param b the byte to be written.
参数解释 b 要被写入的字节
* @exception IOException if an I/O error occurs.
异常解释 如果一个输入/输出错误出现的话
*/
还没有评论,来说两句吧...