IntBufferData

class IntBufferData

Data to be stored in a buffer of integer numbers.

Constructors

IntBufferData
Link copied to clipboard
fun IntBufferData(nioBuffer: IntBuffer)
IntBufferData
Link copied to clipboard
fun IntBufferData(nioBuffer: IntBuffer)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

contentEquals
Link copied to clipboard
common
fun contentEquals(other: IntBufferData): Boolean
Returns true if the two specified buffers contain the same data, i.e.
fun contentEquals(other: IntBufferData): Boolean
Returns true if the two specified buffers contain the same data, i.e.
fun contentEquals(other: IntBufferData): Boolean
Returns true if the two specified buffers contain the same data, i.e.
contentHashCode
Link copied to clipboard
common
fun contentHashCode(): Int
Returns a hash code based on the contents of this buffer data.
fun contentHashCode(): Int
Returns a hash code based on the contents of this buffer data.
fun contentHashCode(): Int
Returns a hash code based on the contents of this buffer data.

Properties

sizeInBytes
Link copied to clipboard
val sizeInBytes: Int
Size of the data in bytes.
val sizeInBytes: Int
Size of the data in bytes.
val sizeInBytes: Int
Size of the data in bytes.