BytesUtil

cc.otavia.buffer.BytesUtil
object BytesUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BytesUtil.type

Members list

Value members

Concrete methods

final def bytes2Int(b0: Byte, b1: Byte): Int
final def bytes2Short(b0: Byte, b1: Byte): Short
final def bytes3Int(b0: Byte, b1: Byte, b2: Byte): Int
final def bytes4Int(b0: Byte, b1: Byte, b2: Byte, b3: Byte): Int
final def bytes5Long(b0: Byte, b1: Byte, b2: Byte, b3: Byte, b4: Byte): Long
final def bytes6Long(b0: Byte, b1: Byte, b2: Byte, b3: Byte, b4: Byte, b5: Byte): Long
final def bytes7Long(b0: Byte, b1: Byte, b2: Byte, b3: Byte, b4: Byte, b5: Byte, b6: Byte): Long
final def bytes8Long(b0: Byte, b1: Byte, b2: Byte, b3: Byte, b4: Byte, b5: Byte, b6: Byte, b7: Byte): Long
final def ignoreCaseEqual(b: Byte, a: Byte): Boolean