generateInputStream

open fun generateInputStream(originalInputStream: InputStream): InputStream

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.