TIEHashStream.SaveToStream
Declaration
procedure SaveToStream(Stream: TStream);
Description
Saves data to stream (this is the actual data written, not the hash). This is useful to save the hashed data once.
It is necessary to create the stream as "buffered" to use this method.
See also:
SaveToFile.