Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
toggle menu
Kotlin libraries
1.2
2.0
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
switch theme
search in API
kotlin-stdlib
/
org.khronos.webgl
/
Int8Array
Int8Array
JS
open
external
class
Int8Array
:
ArrayBufferView
(
source
)
Exposes the JavaScript
Int8Array
to Kotlin
Since Kotlin
1.1
Members
Members & Extensions
Constructors
Int8Array
Link copied to clipboard
JS
constructor
(
length
:
Int
)
constructor
(
array
:
Int8Array
)
constructor
(
array
:
Array
<
Byte
>
)
constructor
(
buffer
:
ArrayBuffer
,
byteOffset
:
Int
=
definedExternally
,
length
:
Int
=
definedExternally
)
Types
Companion
Link copied to clipboard
JS
object
Companion
Since Kotlin
1.1
Properties
buffer
Link copied to clipboard
JS
open
override
val
buffer
:
ArrayBuffer
Since Kotlin
1.1
byte
Length
Link copied to clipboard
JS
open
override
val
byteLength
:
Int
Since Kotlin
1.1
byte
Offset
Link copied to clipboard
JS
open
override
val
byteOffset
:
Int
Since Kotlin
1.1
length
Link copied to clipboard
JS
open
val
length
:
Int
Since Kotlin
1.1
Functions
get
Link copied to clipboard
JS
inline operator
fun
Int8Array
.
get
(
index
:
Int
)
:
Byte
Since Kotlin
1.1
set
Link copied to clipboard
JS
fun
set
(
array
:
Array
<
Byte
>
,
offset
:
Int
=
definedExternally
)
fun
set
(
array
:
Int8Array
,
offset
:
Int
=
definedExternally
)
Since Kotlin
1.1
set
Link copied to clipboard
JS
inline operator
fun
Int8Array
.
set
(
index
:
Int
,
value
:
Byte
)
Since Kotlin
1.1
subarray
Link copied to clipboard
JS
fun
subarray
(
start
:
Int
,
end
:
Int
)
:
Int8Array
Since Kotlin
1.1
Thanks for your feedback!
Was this page helpful?
Yes
No
How can we improve?
Enter your name and email address if you would like to receive a follow-up message or
contact our support
.
By submitting this form, I agree that JetBrains s.r.o. ("JetBrains") may use my name, email address, phone number, and country of residence to provide support. I agree that JetBrains may process said data using
third-party services
for this purpose in accordance with the
JetBrains Privacy Policy
.