Calculate the size of a chunk based on which SizeReporter is being used
The estimated size of a resource in this reporter is simply the content-length header
Returns the size of the given resource ( and its children ) in bytes
Get the total size of a resource and its children if present
the resource of which you want the total size of ( on disk )
a number specifying how many bytes are used by the resource
The FileSizeReporter will always return data in the form of bytes
SizeReporter that is used to calculate sizes of resources for a file based system.