A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/nio/IntBuffer.html below:

IntBuffer (Java SE 21 & JDK 21)

All Implemented Interfaces:
Comparable<IntBuffer>

An int buffer.

This class defines four categories of operations upon int buffers:

Int buffers can be created either by allocation, which allocates space for the buffer's content, by wrapping an existing int array into a buffer, or by creating a view of an existing byte buffer.

Like a byte buffer, an int buffer is either direct or non-direct. A int buffer created via the wrap methods of this class will be non-direct. An int buffer created as a view of a byte buffer will be direct if, and only if, the byte buffer itself is direct. Whether or not an int buffer is direct may be determined by invoking the isDirect method.

Methods in this class that do not otherwise have a value to return are specified to return the buffer upon which they are invoked. This allows method invocations to be chained.

Optional operations

Methods specified as

optional operations

throw a

ReadOnlyBufferException

when invoked on a

read-only

IntBuffer. The methods

array

and

arrayOffset

throw an

UnsupportedOperationException

if the IntBuffer is not backed by an

accessible int array

(irrespective of whether the IntBuffer is read-only).

Since:
1.4

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4