VFileStream.Write Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
Write(Byte[], Int32, Int32)
Writes data to the stream.
Declaration
public override void Write(byte[] buffer, int offset, int count)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | buffer | An array of bytes to write. |
Int32 | offset | The offset in buffer at which data to write starts. |
Int32 | count | The number of bytes to write. |