JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Help
GWT 2.10.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.google.gwt.typedarrays.shared
Interface ArrayBuffer
All Known Implementing Classes:
ArrayBufferImpl
,
ArrayBufferNative
public interface
ArrayBuffer
A buffer containing an arbitrary sequence of bytes. "http://www.khronos.org/registry/typedarray/specs/latest/#5"
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
byteLength
()
The length of the
ArrayBuffer
in bytes, which does not change.
Method Detail
byteLength
int byteLength()
The length of the
ArrayBuffer
in bytes, which does not change.
Returns:
non-negative length
Skip navigation links
Overview
Package
Class
Use
Deprecated
Help
GWT 2.10.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method