All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmTest.maryk.readBytesFromFile.kt Maven / Gradle / Ivy

package maryk

import java.nio.file.Files.readAllBytes
import java.nio.file.Paths

actual fun readAllBytesFromFile(path: String): ByteArray = readAllBytes(
    Paths.get(
        path
    )
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy