Class/Object

scala.scalajs.js.typedarray

Int8Array

Related Docs: object Int8Array | package typedarray

Permalink

class Int8Array extends Object with TypedArray[Byte, Int8Array]

ECMAScript 6 A TypedArray of signed 8-bit integers

Annotations
@RawJSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Int8Array
  2. TypedArray
  3. ArrayBufferView
  4. Object
  5. Any
  6. AnyRef
  7. Any
Implicitly
  1. by TA2AB
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Int8Array(buffer: ArrayBuffer, byteOffset: Int = 0, length: Int = ???)

    Permalink

    Creates a Int8Array view on the given ArrayBuffer

  2. new Int8Array(array: Array[_])

    Permalink

    Creates a new Int8Array with the elements in the given array

  3. new Int8Array(typedArray: TypedArray[_, _])

    Permalink

    Creates a new Int8Array with the same elements than the given TypedArray

    Creates a new Int8Array with the same elements than the given TypedArray

    The elements are converted before being stored in the new Int8Array.

  4. new Int8Array(length: Int)

    Permalink

    Constructs a Int8Array with the given length.

    Constructs a Int8Array with the given length. Initialized to all 0

Value Members

  1. final def !=(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int8Array to any2stringadd[Int8Array] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Int8Array, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int8Array to ArrowAssoc[Int8Array] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply(index: Int): Byte

    Permalink

    Retrieve element at index

    Retrieve element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  7. val array: Int8Array

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int8Array to TA2AB performed by method TA2AB in scala.scalajs.js.typedarray.
    Definition Classes
    TA2AB
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val buffer: ArrayBuffer

    Permalink

    The underlying buffer of this ArrayBufferView

    The underlying buffer of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  10. val byteLength: Int

    Permalink

    The number of bytes of this ArrayBufferView

    The number of bytes of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  11. val byteOffset: Int

    Permalink

    The offset of this ArrayBufferView in the underlying buffer

    The offset of this ArrayBufferView in the underlying buffer

    Definition Classes
    ArrayBufferView
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def ensuring(cond: (Int8Array) ⇒ Boolean, msg: ⇒ scala.Any): Int8Array

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int8Array to Ensuring[Int8Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Int8Array) ⇒ Boolean): Int8Array

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int8Array to Ensuring[Int8Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ scala.Any): Int8Array

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int8Array to Ensuring[Int8Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Int8Array

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int8Array to Ensuring[Int8Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int8Array to StringFormat[Int8Array] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. def get(index: Int): Byte

    Permalink

    Retrieve element at index

    Retrieve element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hasOwnProperty(v: String): Boolean

    Permalink

    Tests whether this object has the specified property as a direct property.

    Tests whether this object has the specified property as a direct property.

    Unlike js.Object.hasProperty, this method does not check down the object's prototype chain.

    MDN

    Definition Classes
    Object
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def isPrototypeOf(v: Object): Boolean

    Permalink

    Tests whether this object is in the prototype chain of another object.

    Tests whether this object is in the prototype chain of another object.

    Definition Classes
    Object
  27. val length: Int

    Permalink

    The number of elements in this TypedArray

    The number of elements in this TypedArray

    Definition Classes
    TypedArray
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def propertyIsEnumerable(v: String): Boolean

    Permalink

    Tests whether the specified property in an object can be enumerated by a call to js.Object.properties, with the exception of properties inherited through the prototype chain.

    Tests whether the specified property in an object can be enumerated by a call to js.Object.properties, with the exception of properties inherited through the prototype chain. If the object does not have the specified property, this method returns false.

    MDN

    Definition Classes
    Object
  32. def set(array: Array[_], offset: Int): Unit

    Permalink

    Set the values from array in this TypedArray at given offset

    Set the values from array in this TypedArray at given offset

    Definition Classes
    TypedArray
  33. def set(array: Array[_]): Unit

    Permalink

    Set the values from array in this TypedArray

    Set the values from array in this TypedArray

    Definition Classes
    TypedArray
  34. def set(typedArray: TypedArray[_, _], offset: Int): Unit

    Permalink

    Set the values of typedArray in this TypedArray at given offset

    Set the values of typedArray in this TypedArray at given offset

    Definition Classes
    TypedArray
  35. def set(typedArray: TypedArray[_, _]): Unit

    Permalink

    Set the values of typedArray in this TypedArray

    Set the values of typedArray in this TypedArray

    Definition Classes
    TypedArray
  36. def set(index: Int, value: Byte): Unit

    Permalink

    Set element at index

    Set element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  37. def subarray(begin: Int, end: Int = ???): Int8Array

    Permalink

    Create a new TypedArray view of this TypedArray at given location

    Create a new TypedArray view of this TypedArray at given location

    Definition Classes
    TypedArray
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toArray: scala.Array[Byte]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int8Array to TA2AB performed by method TA2AB in scala.scalajs.js.typedarray.
    Definition Classes
    TA2AB
  40. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. def update(index: Int, value: Byte): Unit

    Permalink

    Set element at index

    Set element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  43. def valueOf(): scala.Any

    Permalink
    Definition Classes
    Object
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def [B](y: B): (Int8Array, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int8Array to ArrowAssoc[Int8Array] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from TypedArray[Byte, Int8Array]

Inherited from ArrayBufferView

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion TA2AB from Int8Array to TA2AB

Inherited by implicit conversion any2stringadd from Int8Array to any2stringadd[Int8Array]

Inherited by implicit conversion StringFormat from Int8Array to StringFormat[Int8Array]

Inherited by implicit conversion Ensuring from Int8Array to Ensuring[Int8Array]

Inherited by implicit conversion ArrowAssoc from Int8Array to ArrowAssoc[Int8Array]

Ungrouped