generate Input Stream
open fun generateInputStream(originalInputStream: InputStream): InputStream
Content copied to clipboard
Generates a compressed input stream from the originalInputStream
Return
A new compressed input stream.
Parameters
originalInputStream
The input stream to generate the new input stream from.