generate Input Stream
open override fun generateInputStream(originalInputStream: InputStream): InflaterInputStream
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.