getTotalBytesRead method

int getTotalBytesRead()

Implementation

int getTotalBytesRead() {
  return dataReadBytes.values.sum;
}