public final class Util extends Object
| Modifier and Type | Field and Description |
|---|---|
static NumberFormat |
PERCENT_FORMATTER |
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatDuration(long duration) |
static String |
toValidFileName(String value)
Converts characters of passed string by replacing to dash (-) each character that might not be accepted as file
name such as / ?
|
public static final NumberFormat PERCENT_FORMATTER
public static String formatDuration(long duration)
Copyright © 2016. All rights reserved.