Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Write(byte[], int, int)

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