|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Size | |
|---|---|
| org.kuali.common.util | |
| Uses of Size in org.kuali.common.util |
|---|
| Methods in org.kuali.common.util that return Size | |
|---|---|
static Size |
FormatUtils.getSizeEnum(double bytes)
|
static Size |
Size.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Size[] |
Size.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.kuali.common.util with parameters of type Size | |
|---|---|
static String |
FormatUtils.getFormattedSize(long bytes,
Size size)
|
static String |
FormatUtils.getSize(long bytes,
Size unitOfMeasure)
Given a number of bytes return a string formatted into the unit of measure indicated |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||