save method
void
save()
Returns nothing, adds a new checkpoint at current offset
Implementation
void save() {
_checkpoints.add(_offset);
}
Returns nothing, adds a new checkpoint at current offset
void save() {
_checkpoints.add(_offset);
}