Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.1.0
Description
Blob.getPayload.openStream() returns a new InputStream object if the payload is a sub type of InputStream but returns the same stream if the payload is of type InputStream.
It would be desirable to have it return a new Stream object which can be read independently.