poohbar
12/20/2020, 9:13 PMPath
is now the preferred way over File
in Java, why is there no readBytes()
extension on Path
?randomcat
12/20/2020, 9:17 PMjava.nio.Path
)randomcat
12/20/2020, 9:17 PMFiles.readAllBytes(path)
in kotlinpoohbar
12/20/2020, 9:18 PMrandomcat
12/20/2020, 9:18 PMnanodeath
12/20/2020, 9:24 PMpath.toFile()
everywhere 😕