Aliucord
2.0.1
androidJvm
Aliucord
/
com.aliucord.utils
/
IOUtils
/
readBytes
read
Bytes
@
NonNull
open
fun
readBytes
(
@
NonNull
stream
:
InputStream
)
:
Array
<
Byte
>
Reads the InputStream into a
byte[]
Return
The read bytes
Parameters
stream
The stream to read
Throws
IOException
if an I/O error occurs