v1.9.10
  • Solutions
    • Multiplatform
    • Server-side
    • Data science
    • Android
  • Docs
  • Community
  • Teach
  • Play
    • Playground
    • Examples
    • Koans
← Docs
kotlin-stdlib / org.khronos.webgl / ArrayBuffer

ArrayBuffer

JS
1.1
open class ArrayBuffer : BufferDataSource
(source)

Exposes the JavaScript ArrayBuffer to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript ArrayBuffer to Kotlin

ArrayBuffer(length: Int)

Properties

JS
1.1

byteLength

open val byteLength: Int

Functions

JS
1.1

slice

fun slice(
    begin: Int,
    end: Int = definedExternally
): ArrayBuffer

Companion Object Functions

JS
1.1

isView

fun isView(value: Any?): Boolean
Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Kotlin™ is protected under the Kotlin Foundation and licensed under the Apache 2 license.
Supported and developed by JetBrains