Reads a block from the file.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
int Read( char[] buffer, int index, int count ) |
| Visual Basic |
|---|
Function Read ( _ buffer As Char(), _ index As Integer, _ count As Integer _ ) As Integer |
| Visual C++ |
|---|
int Read( array<wchar_t>^ buffer, int index, int count ) |
Parameters
- buffer
- Type: array<System..::..Char>[]()[][]
Buffer to read into.
- index
- Type: System..::..Int32
Index in buffer to start storing bytes.
- count
- Type: System..::..Int32
Number of bytes to read.