Write

StreamWrapper.Write method

writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.

public void Write(byte[] buffer, int offset, int count)

See Also