BigEndianByteArrayAccess

io.bullet.borer.internal.Unsafe$.BigEndianByteArrayAccess

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def doubleByteBigEndian(byteArray: Array[Byte], ix: Int): Char
def octaByteBigEndian(byteArray: Array[Byte], ix: Int): Long
def quadByteBigEndian(byteArray: Array[Byte], ix: Int): Int
def setDoubleByteBigEndian(byteArray: Array[Byte], ix: Int, value: Char): Unit
def setOctaByteBigEndian(byteArray: Array[Byte], ix: Int, value: Long): Unit
def setQuadByteBigEndian(byteArray: Array[Byte], ix: Int, value: Int): Unit

Inherited methods

final protected def _doubleByteBigEndian(byteArray: Array[Byte], ix: Int): Char

Attributes

Inherited from:
UnsafeByteArrayAccess
final protected def _octaByteBigEndian(byteArray: Array[Byte], ix: Int): Long

Attributes

Inherited from:
UnsafeByteArrayAccess
final protected def _quadByteBigEndian(byteArray: Array[Byte], ix: Int): Int

Attributes

Inherited from:
UnsafeByteArrayAccess
final protected def _setDoubleByteBigEndian(byteArray: Array[Byte], ix: Int, value: Char): Unit

Attributes

Inherited from:
UnsafeByteArrayAccess
final protected def _setOctaByteBigEndian(byteArray: Array[Byte], ix: Int, value: Long): Unit

Attributes

Inherited from:
UnsafeByteArrayAccess
final protected def _setQuadByteBigEndian(byteArray: Array[Byte], ix: Int, value: Int): Unit

Attributes

Inherited from:
UnsafeByteArrayAccess
def byteArrayToDoubleArray(source: Array[Byte], byteOrder: ByteOrder): Array[Double]

Attributes

Inherited from:
UnsafeByteArrayAccess
def byteArrayToFloatArray(source: Array[Byte], byteOrder: ByteOrder): Array[Float]

Attributes

Inherited from:
UnsafeByteArrayAccess
def byteArrayToIntArray(source: Array[Byte], byteOrder: ByteOrder): Array[Int]

Attributes

Inherited from:
UnsafeByteArrayAccess
def byteArrayToLongArray(source: Array[Byte], byteOrder: ByteOrder): Array[Long]

Attributes

Inherited from:
UnsafeByteArrayAccess
def byteArrayToShortArray(source: Array[Byte], byteOrder: ByteOrder): Array[Short]

Attributes

Inherited from:
UnsafeByteArrayAccess
def doubleArrayToByteArray(source: Array[Double], byteOrder: ByteOrder): Array[Byte]

Attributes

Inherited from:
UnsafeByteArrayAccess
def floatArrayToByteArray(source: Array[Float], byteOrder: ByteOrder): Array[Byte]

Attributes

Inherited from:
UnsafeByteArrayAccess
def intArrayToByteArray(source: Array[Int], byteOrder: ByteOrder): Array[Byte]

Attributes

Inherited from:
UnsafeByteArrayAccess
def longArrayToByteArray(source: Array[Long], byteOrder: ByteOrder): Array[Byte]

Attributes

Inherited from:
UnsafeByteArrayAccess
def shortArrayToByteArray(source: Array[Short], byteOrder: ByteOrder): Array[Byte]

Attributes

Inherited from:
UnsafeByteArrayAccess