Writes data to the stream.

Syntax
| C# | Visual Basic | Managed C++ |
public override void Write (
byte[] buffer,
int offset,
int size
)
Public Overrides Sub Write ( _
buffer As Byte(), _
offset As Integer, _
size As Integer _
)

Parameters
- buffer (Byte[]())
- An array of type Byte that contains the data to write to the stream.
- offset (Int32)
- The location in buffer from which to start writing data.
- size (Int32)
- The number of bytes to write to the stream.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)