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

jvmMain.okio.FileSystem.System.kt Maven / Gradle / Ivy

There is a newer version: 458
Show newest version
@file:JvmName("SystemFileSystem")

package okio

/*
 * JVM and native platforms do offer a [SYSTEM] [FileSystem], however we cannot refine an 'expect' companion object.
 * Therefore an extension property is provided, which on respective platforms (here JVM) will be shadowed by the
 * original implementation.
 */
@Suppress("EXTENSION_SHADOWED_BY_MEMBER")
actual inline val FileSystem.Companion.SYSTEM: FileSystem
  @JvmSynthetic
  get() = SYSTEM




© 2015 - 2024 Weber Informatics LLC | Privacy Policy