Extensions for java.net.URL

Platform and version requirements: JVM (1.0)

readBytes

Reads the entire content of the URL as byte array.

fun URL.readBytes(): ByteArray
Platform and version requirements: JVM (1.0)

readText

Reads the entire content of this URL as a String using UTF-8 or the specified charset.

fun URL.readText(charset: Charset = Charsets.UTF_8): String

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io/java.net.-u-r-l/index.html