IntRingBuffer

class IntRingBuffer(val bits: Int)

Constructors

Link copied to clipboard
constructor(bits: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val bits: Int
Link copied to clipboard

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun peek(offset: Int = 0): Int
Link copied to clipboard
fun read(data: IntArray, offset: Int = 0, size: Int = data.size - offset): Int
Link copied to clipboard
fun write(data: IntArray, offset: Int = 0, size: Int = data.size - offset): Int
Link copied to clipboard
fun writeHead(data: IntArray, offset: Int = 0, size: Int = data.size - offset): Int