2 summary::an array whose indexed slots are all of the same type
3 related::Classes/Int8Array, Classes/Int16Array, Classes/Int32Array, Classes/FloatArray, Classes/DoubleArray
4 categories::Collections>Ordered
7 These classes implement arrays whose indexed slots are all of the same type.
9 ## Int8Array - 8 bit integer
10 ## Int16Array - 16 bit integer
11 ## Int32Array - 32 bit integer
12 ## FloatArray - 32 bit floating point
13 ## DoubleArray - 64 bit floating point
14 ## SymbolArray - symbols
19 method::readFromStream