Interface ArrayBuffer
-
- All Known Implementing Classes:
ArrayBufferImpl,ArrayBufferNative
public interface ArrayBufferA buffer containing an arbitrary sequence of bytes. {@link "http://www.khronos.org/registry/typedarray/specs/latest/#5"}
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intbyteLength()The length of theArrayBufferin bytes, which does not change.
-
-
-
Method Detail
-
byteLength
int byteLength()
The length of theArrayBufferin bytes, which does not change.- Returns:
- non-negative length
-
-