}//end setData

        void setData()  //Sets the pngChunk from the save location.
        {
            pngChunk = new PngChunk(path);
            // Console.WriteLine("Path pngChunk: CoinClass" );
        }//end setData
        }//end length of coin file.

// Mutators.
        void setData(byte[] cloudCoinBytes)  //Sets the pngChunk from the param.
        {
            pngChunk = new PngChunk(cloudCoinBytes);
            ccData   = cloudCoinBytes;
            // Console.WriteLine("Byte pngChunk: CoinClass" );
        }//end setData