FilterReader.Read(Char[], 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 characters into a portion of an array.
[Android.Runtime.Register("read", "([CII)I", "GetRead_arrayCIIHandler")]
public override int Read (char[]? cbuf, int off, int len);
[<Android.Runtime.Register("read", "([CII)I", "GetRead_arrayCIIHandler")>]
override this.Read : char[] * int * int -> int
Parameters
- cbuf
- Char[]
- off
- Int32
- len
- Int32
Returns
- Attributes
Exceptions
if an error occurs while reading from this reader.
Remarks
Reads characters into a portion of an array.
Java documentation for java.io.FilterReader.read(char[], int, int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.