Class SizeHelper

java.lang.Object
com.helger.commons.io.misc.SizeHelper

@NotThreadSafe public final class SizeHelper extends Object
A utility class that converts sizes into the corresponding Kilobyte, Megabyte etc. notation.
This class is not thread-safe, because the DecimalFormat class is not thread-safe!
Author:
Philip Helger