dataSize property

int get dataSize
inherited

The data size of the box.

Implementation

int get dataSize {
  return endOffset - dataStartOffset;
}