Java.IO.ObjectInputStream.ReadFully Method
Reads byteCount bytes from the source stream into the byte array dst.

Syntax

[Android.Runtime.Register("readFully", "([BII)V", "GetReadFully_arrayBIIHandler")]
public virtual void ReadFully (byte[] buffer, int offset, int length)

Parameters

dst
the byte array in which to store the bytes read.
offset
the initial position in dst to store the bytes read from the source stream.
byteCount
the number of bytes to read.

Exceptions

TypeReason
Java.IO.EOFExceptionif the end of the input is reached before the read request can be satisfied.
Java.IO.IOExceptionif an error occurs while reading from the source stream.

Remarks

Reads byteCount bytes from the source stream into the byte array dst.

[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