gpt4 book ai didi

java - 如何打开文件读取文件的所有字节?

转载 作者:行者123 更新时间:2023-11-30 07:56:57 25 4
gpt4 key购买 nike

<分区>

我想读取一个文件的所有字节,但是当我这样做的时候

Path fileLocation = Paths.get("./env.wav");
byte[] data = Files.readAllBytes(fileLocation);
System.out.println(data);

它只输出这个:

[B@6ab1bd82

而不是像这样输出一个字节数组:

249 4646 ac98 0200 5741 5645 666d 7420 1000 0000 0100 0100 44ac 0000 8858 0100 0200 1000 6461 7461 8898 0200 7900 5200 5600 3b00 3100 0c00 6500 4000 2500 7a00 2d00 0c00 5400 5100 2500 1200 feff 0d00 [etc..............]

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