Java.Nio.LongBuffer.Allocate Method
Creates a long buffer based on a newly allocated long array.

Syntax

[Android.Runtime.Register("allocate", "(I)Ljava/nio/LongBuffer;", "")]
public static LongBuffer Allocate (int capacity)

Parameters

capacity
the capacity of the new buffer.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif capacity is less than zero.

Remarks

Creates a long buffer based on a newly allocated long array.

[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