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

jvmMain.org.jetbrains.skiko.Resources.jvm.kt Maven / Gradle / Ivy

There is a newer version: 0.6.7
Show newest version
package org.jetbrains.skiko

import java.io.File

actual suspend fun loadBytesFromPath(path: String): ByteArray {
    return File(path).readBytes()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy