estimateSize method

int estimateSize()

Estimates the size of this entry in bytes.

Implementation

int estimateSize() {
  return _estimateDataSize(data);
}