Writes a block of bytes to the file stream.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public override void Write( byte[] array, int offset, int count ) |
Visual Basic |
---|
Public Overrides Sub Write ( _ array As Byte(), _ offset As Integer, _ count As Integer _ ) |
Visual C++ |
---|
public: virtual void Write( array<unsigned char>^ array, int offset, int count ) override |
Parameters
- array
- Type: array<System..::..Byte>[]()[][]
Bytes to write to the file.
- offset
- Type: System..::..Int32
Offset in buffer to write from.
- count
- Type: System..::..Int32
Number of bytes to write.