Memory |
Name | Description | |
---|---|---|
ComputeStreamHash(Byte) | Computes the hash of the content of the given stream. The stream must be seekable, since it is positioned to the beginning before calculating the hash. Afterwards, the stream position is undefined. | |
ComputeStreamHash(Stream) | Computes the hash of the content of the given stream. The stream must be seekable, since it is positioned to the beginning before calculating the hash. Afterwards, the stream position is undefined. |