Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.19.0
-
None
-
None
-
Reviewed
Description
Currently the IFileOutputStream.close just creates the checksum of the data written, but does not call the close of the underlying stream. Ideally the checksum calculation should be handled in a different finish() function and the close should close the underlying stream