Exception that's thrown when a filesize component cannot be parsed from a string.
Enumeration of various valid filesize denominations.
Determines the best size denomination to use to describe the given byte size.
Parses a filesize unit denomination from a string, such as "bytes", "kilobyte", or "tibibytes".
Parses a filesize from a string that's formatted like so: "<number> <unit>", where the unit is any one of the defined Size types. Accepts floating-point and integer numbers.
Represents the properties of a particular filesize denomination.