gpt4 book ai didi

java - Files.write 和 Files.readAllBytes 更改 byte[] 输入

转载 作者:行者123 更新时间:2023-12-02 02:03:58 25 4
gpt4 key购买 nike

我正在编写单元测试,我看到以下内容,但我不明白。如有任何帮助,我们将不胜感激。

tempFile = File.createTempFile("temp", "file");
Files.write(tempFile.toPath(), expectedBytes);
byte[] b = Files.readAllBytes(tempFile.toPath());
Assert.equals(b, expectedBytes); // failed

最佳答案

数组不支持使用equals进行深度比较。检查该 Assert 类是否具有 arrayEquals 方法。

关于java - Files.write 和 Files.readAllBytes 更改 byte[] 输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51106049/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com