/**
  * Gets the number of added characters.
  *
  * @return The number of added characters.
  */
 public int getAddedCount() {
   return IMPL.getAddedCount(mRecord);
 }