Java.Nio.ByteBuffer.Put Method
Write a byte to the specified index of this buffer without changing the position.

Syntax

[Android.Runtime.Register("put", "(IB)Ljava/nio/ByteBuffer;", "GetPut_IBHandler")]
public abstract ByteBuffer Put (int index, sbyte b)

Parameters

index
the index, must not be negative and less than the limit.
b
the byte to write.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif index is invalid.
Java.Nio.ReadOnlyBufferExceptionif no changes may be made to the contents of this buffer.

Remarks

Write a byte to the specified index of this buffer without changing the position.

[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