Package | Description |
---|---|
com.saperion.util |
This package contains the utility classes for the LARIX RMI Server.
|
Modifier and Type | Method and Description |
---|---|
static FileSizeCalcer.FileSize |
FileSizeCalcer.FileSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSizeCalcer.FileSize[] |
FileSizeCalcer.FileSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static long |
FileSizeCalcer.getBytes(double value,
FileSizeCalcer.CalcFactor factor,
FileSizeCalcer.FileSize unit)
Gets the size in bytes.
|
static double |
FileSizeCalcer.getSize(long bytes,
FileSizeCalcer.CalcFactor factor,
FileSizeCalcer.FileSize size)
Returns the size according to the given parameters.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.