Calculate the size of a chunk based on which SizeReporter is being used
the chunk of which you want the size
the size of the passed chunk as a number
Estimate the size of a body / request by looking at its metadata
the metadata of the resource you want an estimated size of
the estimated size of the body / request or undefined if no meaningful estimation can be made
Get the size of a given resource
the resource of which you want the size
The size of the resource as a Size object calculated recursively if the identifier leads to a container
Get the unit as a string in which a SizeReporter returns data
A SizeReporter's only purpose (at the moment) is to calculate the size of a resource. How the size is calculated or what unit it is in is defined by the class implementing this interface. One might use the amount of bytes and another might use the amount of triples stored in a resource.