- Declared in: RT.Util.Streams.HashingStream
- Overrides: Stream.Write(byte[], int, int)
Declaration
public override void Write(
byte[] buffer,
int offset,
int count
)Summary
Writes data to the underlying stream. Updates the hash with the bytes written.