gpt4 book ai didi

java - 替代 java.nio.file

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:19:25 25 4
gpt4 key购买 nike

我在这个项目中使用 Android Studio 2.3.1 和 jdk 1.8。

我导入了一个项目,它使用“java.nio.file.Files”和“java.nio.file.Paths”。

包“java.nio.file”在 Java 8 中不存在。

Android Studio 也不允许选择 jdk 1.7。

我能用这段代码做什么?

public void toFile(final String path) throws IOException {
Files.write(Paths.get(path), toBuffer());
}

和这段代码

public static Source fromFile(final String path) throws IOException {
return fromBuffer(Files.readAllBytes(Paths.get(path)));
}

**(无法解析文件和路径)

谢谢

最佳答案

好消息:java.nio.* 现在是 Android O 的一部分!

更多信息在这里 https://developer.android.com/reference/java/nio/package-summary.html

关于java - 替代 java.nio.file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43706789/

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