Share via


MappedByteBuffer.Limit(Int32) Method

Definition

To be added

[Android.Runtime.Register("limit", "(I)Ljava/nio/Buffer;", "", ApiSince=35)]
public override sealed Java.Nio.Buffer? Limit (int newLimit);
[<Android.Runtime.Register("limit", "(I)Ljava/nio/Buffer;", "", ApiSince=35)>]
override this.Limit : int -> Java.Nio.Buffer

Parameters

newLimit
Int32

Returns

Attributes

Remarks

To be added

Java documentation for java.nio.MappedByteBuffer.limit(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to