Uses of Class
alpine.util.ByteFormat
-
Packages that use ByteFormat Package Description alpine.util This package contains a collection of various utilities. -
-
Uses of ByteFormat in alpine.util
Methods in alpine.util that return ByteFormat Modifier and Type Method Description ByteFormatByteFormat. maximumFractionDigits(int d)Set the maximum number of fraction digits.ByteFormatByteFormat. minimumFractionDigits(int d)Set the minimum number of fraction digits.ByteFormatByteFormat. names(String[] names)Set the names[] array to something other than the default one (see constructor).
-