# Class: com.pnfsoftware.jeb.util.format.SizeFormatter

Computer sizes formatting utility methods \(bytes, kilo\-bytes, etc.\)

## Constructor: SizeFormatter


## Static Method: formatByteSize
- parameter: `bytesize`, type: `long`
- return type: `java.lang.String`

Description: Format a bytes size as a human\-readable string.
parameter: bytesize: positive size in bytes
return: the formatted size, using K, M, G, or T suffixes when appropriate

