java基础15.6.1 数据输出流DataOutputStream
1、public DataOutputStream(OutputStream out);创建一个新的数据输出流,将数据写入指定基础输出流。

3、public synchronized void write(byte b[], int off, int 造婷用痃lenthrows IOException;将指定字节数组中从偏移量off开始的len个字节写入此字节数组输出流。

5、public final void writeChars(String s) throws IOException

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。