MockAdlsInputStream.Read(Byte[], Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET