动人棒棒糖

文章
5
资源
0
加入时间
3年0月21天

字节输出流 OutputStream

输出数据的方法void write(int b) throws IOException ; void write(byte[] b) throws IOException ;void write(byte[] b,int off,int len) throws IOException ;关闭输出流public void close() throws IOException;