Reads a block from the file.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public override int ReadBlock( char[] buffer, int index, int count ) |
Visual Basic |
---|
Public Overrides Function ReadBlock ( _ buffer As Char(), _ index As Integer, _ count As Integer _ ) As Integer |
Visual C++ |
---|
public: virtual int ReadBlock( array<wchar_t>^ buffer, int index, int count ) override |
Parameters
- buffer
- Type: array<System..::..Char>[]()[][]
Buffer to store read chars.
- index
- Type: System..::..Int32
Index in buffer to start storing chars.
- count
- Type: System..::..Int32
Number of chars to read.