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