Class FileSizeFormat

java.lang.Object
org.apache.maven.cli.transfer.FileSizeFormat

public class FileSizeFormat extends Object
Formats file size with the associated SI prefix (GB, MB, kB) and using the patterns #0.0 for numbers between 1 and 10 and ###0 for numbers between 10 and 1000+ by default.
See Also: