Java.Nio.Buffer Class
A buffer is a list of elements of a specific primitive type.

See Also: Buffer Members

Syntax

[Android.Runtime.Register("java/nio/Buffer", DoNotGenerateAcw=true)]
public abstract class Buffer : Java.Lang.Object

Remarks

A buffer is a list of elements of a specific primitive type.

A buffer can be described by the following properties:

Buffers are not thread-safe. If concurrent access to a buffer instance is required, then the callers are responsible to take care of the synchronization issues.

[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