toggle menu
kotlin-process
1.5
jvm
switch theme
search in API
kotlin-process
/
com.github.pgreze.process
/
InputSource
/
Companion
Companion
object
Companion
Members
Functions
from
Input
Stream
Link copied to clipboard
@
JvmStatic
fun
fromInputStream
(
inputStream
:
InputStream
,
bufferSize
:
Int
=
DEFAULT_BUFFER_SIZE
)
:
InputSource
from
String
Link copied to clipboard
@
JvmStatic
fun
fromString
(
string
:
String
,
charset
:
Charset
=
Charset.forName("UTF-8")
)
:
InputSource