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