save method

void save()

Returns nothing, adds a new checkpoint at current offset

Implementation

void save() {
  _checkpoints.add(_offset);
}