java-读取文件全部字节

Path path = Paths.get();
byte[] bytes = Files.readAllBytes(path);
posted @ 2024-11-10 02:28  基础狗  阅读(8)  评论(0编辑  收藏  举报