jvmMain.kotlinx.io.errors.IOException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlinx-io-jvm Show documentation
Show all versions of kotlinx-io-jvm Show documentation
IO support libraries for Kotlin
package kotlinx.io.errors
actual typealias IOException = java.io.IOException
actual typealias EOFException = java.io.EOFException
© 2015 - 2025 Weber Informatics LLC | Privacy Policy