Get the size, in bytes, of data stored. This is intended to track approximate data size and will differ from the size of the file itself.
@override int size() { return _header.numBytes; }