Package | Description |
---|---|
js.format |
User interface formatters and parsers.
|
Modifier and Type | Field and Description |
---|---|
private static Map<String,FileSize.Units> |
FileSize.Units.UNITS |
Modifier and Type | Method and Description |
---|---|
static FileSize.Units |
FileSize.Units.forName(String name) |
static FileSize.Units |
FileSize.Units.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSize.Units[] |
FileSize.Units.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private String |
FileSize.format(double fileSize,
FileSize.Units units)
Build file size representation for given numeric value and units.
|
Copyright © 2020. All rights reserved.