Java.IO.ObjectInputStream.ReadShort Method
Reads a short (16 bit) from the source stream.

Syntax

[Android.Runtime.Register("readShort", "()S", "GetReadShortHandler")]
public virtual short ReadShort ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while reading from the source stream.

Remarks

Reads a short (16 bit) from the source stream.

[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