字节输出流 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;