toggle menu
KAHelpers
androidJvm
switch theme
search in API
kotlinextensions
/
dev.funkymuse.kotlinextensions.inputstream
Package-level
declarations
Functions
Functions
read
Bytes
And
Close
Link copied to clipboard
fun
InputStream
.
readBytesAndClose
(
)
:
ByteArray
read
Text
And
Close
Link copied to clipboard
fun
InputStream
.
readTextAndClose
(
charset
:
Charset
=
Charsets.UTF_8
)
:
String