public class Text extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ISO8601_PATTERN |
| Constructor and Description |
|---|
Text() |
| Modifier and Type | Method and Description |
|---|---|
static String |
displayFilesize(long fileSizeInBytes) |
static Calendar |
fromISO8601String(TimeZone targetTimeZone,
String s) |
static String |
ltrim(String s) |
static String |
rtrim(String s) |
static String |
toISO8601String(TimeZone targetTimeZone,
Calendar cal) |
static String |
toISO8601String(TimeZone targetTimeZone,
Date datetime) |
static String |
toISO8601String(TimeZone targetTimeZone,
long unixTime) |
public static final String ISO8601_PATTERN
public static String displayFilesize(long fileSizeInBytes)
Copyright © 2023 jUPnP.org. All rights reserved.