Interface ArrayBuffer
- All Known Implementing Classes:
ArrayBufferImpl
,ArrayBufferNative
public interface ArrayBuffer
A buffer containing an arbitrary sequence of bytes.
}
invalid @link
{@link "http://www.khronos.org/registry/typedarray/specs/latest/#5"
-
Method Summary
Modifier and TypeMethodDescriptionint
The length of theArrayBuffer
in bytes, which does not change.
-
Method Details
-
byteLength
int byteLength()The length of theArrayBuffer
in bytes, which does not change.- Returns:
- non-negative length
-