ImageLoader.data

the array of ImageData objects in this ImageLoader. This array is read in when the load method is called, and it is written out when the save method is called

class ImageLoader
ImageData[] data;

Meta