qwazr / jdbc-cache-driver

A JDBC Cache Driver
7 stars 11 forks source link

Replace ByteOutputStream with byte[] #20

Closed dadoonet closed 6 years ago

dadoonet commented 6 years ago

No need to keep a stream of bytes in memory as at the end we need to read it and convert it to an input stream.

Related to #17.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 33.72% when pulling cac102bc8650961742738951afbca753987629a8 on dadoonet:pr/replace-bytestream-with-bytes into 252f0286e9ae05a84bd9abf998818c76088c29ea on qwazr:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 33.72% when pulling cac102bc8650961742738951afbca753987629a8 on dadoonet:pr/replace-bytestream-with-bytes into 252f0286e9ae05a84bd9abf998818c76088c29ea on qwazr:master.