Packages

object Byte

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Byte
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(source: Array[scala.Byte])(implicit atag: ClassTag[scala.Byte]): Byte
  2. def createNoCopy(source: Array[scala.Byte])(implicit atag: ClassTag[scala.Byte]): Byte

    Be sure you know WTF you are doing, that nothing else can possibly mutate this array.

  3. def random(len: scala.Int)(random: Random): Byte