open fun getInputStream(): InputStream
Get an InputStream to retrieve the data in this OutputStream.
Note that if any methods are called on the OutputStream (including, but not limited to, any of the write methods, #reset(), #toByteArray(), and #toByteArrayUnsafe()) then the java.io.InputStream's behavior is undefined.
Return
InputStream of the contents of this OutputStream