trait DataView extends scala.scalajs.js.Object with StObject
- Alphabetic
- By Inheritance
- DataView
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buffer: scala.scalajs.js.typedarray.ArrayBuffer
- val byteLength: Double
- val byteOffset: Double
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def getBigInt64(byteOffset: Double, littleEndian: scala.Boolean): scala.scalajs.js.BigInt
- def getBigInt64(byteOffset: Double): scala.scalajs.js.BigInt
Gets the BigInt64 value at the specified byte offset from the start of the view.
Gets the BigInt64 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
- byteOffset
The place in the buffer at which the value should be retrieved.
- def getBigUint64(byteOffset: Double, littleEndian: scala.Boolean): scala.scalajs.js.BigInt
- def getBigUint64(byteOffset: Double): scala.scalajs.js.BigInt
Gets the BigUint64 value at the specified byte offset from the start of the view.
Gets the BigUint64 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
- byteOffset
The place in the buffer at which the value should be retrieved.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getFloat32(byteOffset: Double, littleEndian: scala.Boolean): Double
- def getFloat32(byteOffset: Double): Double
Gets the Float32 value at the specified byte offset from the start of the view.
Gets the Float32 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
- byteOffset
The place in the buffer at which the value should be retrieved.
- def getFloat64(byteOffset: Double, littleEndian: scala.Boolean): Double
- def getFloat64(byteOffset: Double): Double
Gets the Float64 value at the specified byte offset from the start of the view.
Gets the Float64 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
- byteOffset
The place in the buffer at which the value should be retrieved.
- def getInt16(byteOffset: Double, littleEndian: scala.Boolean): Double
- def getInt16(byteOffset: Double): Double
Gets the Int16 value at the specified byte offset from the start of the view.
Gets the Int16 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
- byteOffset
The place in the buffer at which the value should be retrieved.
- def getInt32(byteOffset: Double, littleEndian: scala.Boolean): Double
- def getInt32(byteOffset: Double): Double
Gets the Int32 value at the specified byte offset from the start of the view.
Gets the Int32 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
- byteOffset
The place in the buffer at which the value should be retrieved.
- def getInt8(byteOffset: Double): Double
Gets the Int8 value at the specified byte offset from the start of the view.
Gets the Int8 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
- byteOffset
The place in the buffer at which the value should be retrieved.
- def getUint16(byteOffset: Double, littleEndian: scala.Boolean): Double
- def getUint16(byteOffset: Double): Double
Gets the Uint16 value at the specified byte offset from the start of the view.
Gets the Uint16 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
- byteOffset
The place in the buffer at which the value should be retrieved.
- def getUint32(byteOffset: Double, littleEndian: scala.Boolean): Double
- def getUint32(byteOffset: Double): Double
Gets the Uint32 value at the specified byte offset from the start of the view.
Gets the Uint32 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
- byteOffset
The place in the buffer at which the value should be retrieved.
- def getUint8(byteOffset: Double): Double
Gets the Uint8 value at the specified byte offset from the start of the view.
Gets the Uint8 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
- byteOffset
The place in the buffer at which the value should be retrieved.
- def hasOwnProperty(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- def setBigInt64(byteOffset: Double, value: scala.scalajs.js.BigInt, littleEndian: scala.Boolean): Unit
- def setBigInt64(byteOffset: Double, value: scala.scalajs.js.BigInt): Unit
Stores a BigInt64 value at the specified byte offset from the start of the view.
Stores a BigInt64 value at the specified byte offset from the start of the view.
- byteOffset
The place in the buffer at which the value should be set.
- value
The value to set.
- def setBigUint64(byteOffset: Double, value: scala.scalajs.js.BigInt, littleEndian: scala.Boolean): Unit
- def setBigUint64(byteOffset: Double, value: scala.scalajs.js.BigInt): Unit
Stores a BigUint64 value at the specified byte offset from the start of the view.
Stores a BigUint64 value at the specified byte offset from the start of the view.
- byteOffset
The place in the buffer at which the value should be set.
- value
The value to set.
- def setFloat32(byteOffset: Double, value: Double, littleEndian: scala.Boolean): Unit
- def setFloat32(byteOffset: Double, value: Double): Unit
Stores an Float32 value at the specified byte offset from the start of the view.
Stores an Float32 value at the specified byte offset from the start of the view.
- byteOffset
The place in the buffer at which the value should be set.
- value
The value to set.
- def setFloat64(byteOffset: Double, value: Double, littleEndian: scala.Boolean): Unit
- def setFloat64(byteOffset: Double, value: Double): Unit
Stores an Float64 value at the specified byte offset from the start of the view.
Stores an Float64 value at the specified byte offset from the start of the view.
- byteOffset
The place in the buffer at which the value should be set.
- value
The value to set.
- def setInt16(byteOffset: Double, value: Double, littleEndian: scala.Boolean): Unit
- def setInt16(byteOffset: Double, value: Double): Unit
Stores an Int16 value at the specified byte offset from the start of the view.
Stores an Int16 value at the specified byte offset from the start of the view.
- byteOffset
The place in the buffer at which the value should be set.
- value
The value to set.
- def setInt32(byteOffset: Double, value: Double, littleEndian: scala.Boolean): Unit
- def setInt32(byteOffset: Double, value: Double): Unit
Stores an Int32 value at the specified byte offset from the start of the view.
Stores an Int32 value at the specified byte offset from the start of the view.
- byteOffset
The place in the buffer at which the value should be set.
- value
The value to set.
- def setInt8(byteOffset: Double, value: Double): Unit
Stores an Int8 value at the specified byte offset from the start of the view.
Stores an Int8 value at the specified byte offset from the start of the view.
- byteOffset
The place in the buffer at which the value should be set.
- value
The value to set.
- def setUint16(byteOffset: Double, value: Double, littleEndian: scala.Boolean): Unit
- def setUint16(byteOffset: Double, value: Double): Unit
Stores an Uint16 value at the specified byte offset from the start of the view.
Stores an Uint16 value at the specified byte offset from the start of the view.
- byteOffset
The place in the buffer at which the value should be set.
- value
The value to set.
- def setUint32(byteOffset: Double, value: Double, littleEndian: scala.Boolean): Unit
- def setUint32(byteOffset: Double, value: Double): Unit
Stores an Uint32 value at the specified byte offset from the start of the view.
Stores an Uint32 value at the specified byte offset from the start of the view.
- byteOffset
The place in the buffer at which the value should be set.
- value
The value to set.
- def setUint8(byteOffset: Double, value: Double): Unit
Stores an Uint8 value at the specified byte offset from the start of the view.
Stores an Uint8 value at the specified byte offset from the start of the view.
- byteOffset
The place in the buffer at which the value should be set.
- value
The value to set.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- val toStringTag: java.lang.String
- Annotations
- @JSName(js.Symbol.toStringTag)
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated