toggle menu
kotlin-process
1.5.1
jvm
switch theme
kotlin-process
com.
github.
pgreze.
process
Input
Source
Companion
From
File
From
Parent
From
Stream
process()
Process
Result
Redirect
CAPTURE
Consume
PRINT
SILENT
To
File
unwrap()
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