RKGG爱吃鱼 2017-11-06 05:06 采纳率: 50%
浏览 4401
已结题

java中将一个byte[]数组写成一个二进制文件?

如题:想要将一个byte[]数组大概是1024*8这样大小的一个数组写成一个二进制文件,但是写入的时候发现会有数据丢失,不知道因为什么啊?
下面是代码,请大牛给解答一下,谢谢啦!
OutputStream os;
FileOutputStream fos;
try {
os = new FileOutputStream(file);
BufferedInputStream is = new BufferedInputStream(new ByteArrayInputStream(bs));
int len;
byte[] buf = new byte[1024 * 8];
while ((len = is.read(buf)) != -1) {
Thread.sleep(1000);
os.write(buf);
}
System.out.println("len:"+len);
os.flush();
is.close();
os.close();
System.out.println("写入成功:" + strPath);
} catch (FileNotFoundException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
} catch (InterruptedException e) {
e.printStackTrace();
}


  • 写回答

1条回答 默认 最新

  • noWayBinding 2017-11-06 06:27
    关注

    你这个代码有问题呀:

     import java.io.BufferedInputStream;
    import java.io.ByteArrayInputStream;
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.OutputStream;
    
    public class Test {
        public static void main(String[] args) {
            OutputStream os;
            FileOutputStream fos;
            File file = new File("/home/gongxufan/out");
            try
    
            {
                os = new FileOutputStream(file);
                int len;
                byte[] buf = new byte[1024 * 8];
                BufferedInputStream is = new BufferedInputStream(new ByteArrayInputStream(buf));
                while ((len = is.read(buf)) != -1) {
                    Thread.sleep(1000);
                    os.write(buf);
                }
                System.out.println("len:" + len);
                os.flush();
                is.close();
                os.close();
                System.out.println("写入成功:" + file.getAbsolutePath());
            } catch (
                    FileNotFoundException e)
    
            {
                e.printStackTrace();
            } catch (
                    IOException e)
    
            {
                e.printStackTrace();
            } catch (
                    InterruptedException e)
    
            {
                e.printStackTrace();
            }
        }
    }
    
    
     gongxufan@gongxufan-ThinkPad-E460 ~ $ ll out 
    -rw-rw-r-- 1 gongxufan gongxufan 8192 Nov  6 14:24 out
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 echarts绘制图表
  • ¥15 根据企业名称 对照两个文件 样本筛选/匹配
  • ¥15 Linux环境下CA证书更新问题
  • ¥15 sqlserver语句提取结果以外数据
  • ¥60 微信小程序如何上传QQ聊天文件
  • ¥300 开发的系统遭到无良商家的破解,请问如何防止再次发生,并追回损失
  • ¥15 java代码写在记事本上后在cmd上运行时无报错但又没生成文件
  • ¥15 关于#python#的问题:在跑ldsc数据整理的时候一直抱这种错误,要么--out识别不了参数,要么--merge-alleles识别不了参数(操作系统-linux)
  • ¥15 PPOCRLabel
  • ¥15 混合键合键合机对准标识