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