Writes a char array to the stream.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public override void Write( char[] buffer, int index, int count ) |
Visual Basic |
---|
Public Overrides Sub Write ( _ buffer As Char(), _ index As Integer, _ count As Integer _ ) |
Visual C++ |
---|
public: virtual void Write( array<wchar_t>^ buffer, int index, int count ) override |
Parameters
- buffer
- Type: array<System..::..Char>[]()[][]
Char array to write.
- index
- Type: System..::..Int32
Start index in the buffer to start writing from.
- count
- Type: System..::..Int32
Number of chars to write.