Aliucord
2.0.1
androidJvm
Aliucord
/
com.aliucord.utils
/
IOUtils
IOUtils
class
IOUtils
Members
Constructors
IOUtils
Link copied to clipboard
constructor
(
)
Functions
pipe
Link copied to clipboard
open
fun
pipe
(
@
NonNull
is
:
InputStream
,
@
NonNull
os
:
OutputStream
)
Pipe an
InputStream
into an
OutputStream
read
As
Text
Link copied to clipboard
@
NonNull
open
fun
readAsText
(
@
NonNull
is
:
InputStream
)
:
String
Reads the
InputStream
as text
read
Bytes
Link copied to clipboard
@
NonNull
open
fun
readBytes
(
@
NonNull
stream
:
InputStream
)
:
Array
<
Byte
>
Reads the InputStream into a
byte[]