inputStream2Bytes

open fun inputStream2Bytes(is: InputStream): Array<Byte>

Input stream to bytes.

Return

bytes

Parameters

is

The input stream.