public class Utils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Utils.Convert
Helper class to convert integer objects
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STRING_EMPTY
Empty
String |
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getArchitecture() |
static java.lang.String[] |
getDicomHashAlgorithms()
Get the array of DICOM defined terms for MAC Algorithms (0400,0015)
according to CP-2092 (final text 2021/07/11)
|
static java.lang.String |
getJavaVersion() |
static java.lang.String |
getOs() |
static boolean |
is64bit() |
static boolean |
isAndroid() |
static boolean |
isArm() |
static boolean |
isCompressionSupported() |
static boolean |
isEmpty(java.lang.String str)
Checks if
String is empty or null |
static boolean |
isLinaro() |
static boolean |
isLinux() |
static boolean |
isOSX() |
static boolean |
isSolaris() |
static boolean |
isSparc() |
static boolean |
isSunOS() |
static boolean |
isWindows() |
public static final java.lang.String STRING_EMPTY
String
public static boolean is64bit()
public static java.lang.String getOs()
public static java.lang.String getArchitecture()
public static java.lang.String getJavaVersion()
public static boolean isAndroid()
public static boolean isArm()
public static boolean isLinux()
public static boolean isLinaro()
public static boolean isOSX()
public static boolean isSolaris()
public static boolean isSparc()
public static boolean isSunOS()
public static boolean isWindows()
public static boolean isCompressionSupported()
public static boolean isEmpty(java.lang.String str)
String
is empty or nullstr
- String
true
if String
is empty or nullpublic static java.lang.String[] getDicomHashAlgorithms()