Java.Nio.ShortBuffer.Get Method
Reads shorts from the current position into the specified short array and increases the position by the number of shorts read.

Syntax

[Android.Runtime.Register("get", "([S)Ljava/nio/ShortBuffer;", "GetGet_arraySHandler")]
public virtual ShortBuffer Get (short[] dest)

Parameters

dst
the destination short array.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Nio.BufferUnderflowExceptionif dst.length is greater than remaining().

Remarks

Reads shorts from the current position into the specified short array and increases the position by the number of shorts read.

Calling this method has the same effect as get(dst, 0, dst.length).

[Android Documentation]

Requirements

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