When overridden in a derived class, writes a sequence of bytes to the current stream and advances
the current position within this stream by the number of bytes written.
Syntax
public: void Write(
byte[]* ,
int ,
int
) override
Parameters
- buffer
- The array to which bytes are written.
- offset
- The byte offset in array at which to begin writing.
- count
- The maximum number of bytes to write.
See Also