Description
Blob.getNewStream mandates the returned streams to be equal. Currently this is not implemented by any of our Blob implementations.
However, I think the contract is overly strict. We should probably adapt it to require the returned streams to be "byte wise" equals.