Java.IO.DataInputStream.Read Method
Equivalent to read(buffer, 0, buffer.length).

Syntax

[Android.Runtime.Register("read", "([B)I", "")]
public override sealed int Read (byte[] buffer)

Parameters

buffer
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Equivalent to read(buffer, 0, buffer.length).

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1