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

commonMain.korlibs.io.stream.SeekNotSupportedException.kt Maven / Gradle / Ivy

package korlibs.io.stream

open class SeekNotSupportedException(message: String = "Seeking not supported!") : UnsupportedOperationException(message)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy