java-读取文件全部字节

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