public byte[] load() { return FileUtils.loadPixelVector(_file, _resolution * _resolution * SIZE); }
public boolean save() { return FileUtils.savePixelVector(_file, _rgb); }
public void readDataToMemory(String folderPath) { _rgb = convert(FileUtils.readPixelVectorData(folderPath + resolution() + SUBSPACE_SUFFIX)); }