Share via


MockAdlsInputStream.Read(Byte[], Int32, Int32) Method

Definition

Reads a sequence of bytes from the current underlying stream and advances the position within the stream by the number of bytes read Synchronous operation.

public override int Read (byte[] output, int offset, int count);
override this.Read : byte[] * int * int -> int
Public Overrides Function Read (output As Byte(), offset As Integer, count As Integer) As Integer

Parameters

output
Byte[]

Output byte array

offset
Int32

offset at which data should be put in the output array

count
Int32

Count of the bytes read

Returns

Number of bytes read

Applies to