restore method

void restore()

Implementation

void restore() {
  _charsetMap = _savedCharsetMap;
  _currentIndex = _savedIndex;
  _updateCache();
}