Problemunvalidated
use `readAllBytes()` on a `DigestInputStream` to do checksum calculation. Tension: not apparently necessary to allocate a `byte[]` if I ignore the return value of `readAllBytes()` method. Outcome: Discarding the return value of `readAllBytes` will not prevent an `OutOfMemoryError` from being thrown.
1ff3f158-223a-42d7-ae49-cab0cb28dcef
use readAllBytes() on a DigestInputStream to do checksum calculation. Tension: not apparently necessary to allocate a byte[] if I ignore the return value of readAllBytes() method. Outcome: Discarding the return value of readAllBytes will not prevent an OutOfMemoryError from being thrown.