Added streaming support to read bytes from BytesStorage

Matija Obreza requested to merge streaming-support into master

Support streaming byte data to OutputStream instead of reading to byte[].

Merge request reports