RawArray


Superclass: ArrayedCollection


RawArray is the abstract superclass of a group of array classes that hold raw data values.


Class Methods


*read(path)


Reads a file into a subclass of RawArray and returns the array.


Instance Methods


write(path)


Writes the array as a file.


putFile(prompt, defaultName)


Opens a save file dialog to save the array to a file.