Writes a block of bytes to the file stream.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
void Write( byte[] array, int offset, int count ) |
Visual Basic |
---|
Sub Write ( _ array As Byte(), _ offset As Integer, _ count As Integer _ ) |
Visual C++ |
---|
void Write( array<unsigned char>^ array, int offset, int count ) |
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.