write(int b)API中文翻译

小咪咪 2022-05-17 21:12 196阅读 0赞

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.
异常解释 如果一个输入/输出错误出现的话
*/

发表评论

表情:
评论列表 (有 0 条评论,196人围观)

还没有评论,来说两句吧...

相关阅读