Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: int Read(byte[], int, int)

  • 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.