| Package | Description |
|---|---|
| org.forgerock.openam.utils.file |
This package contains general file utilities for use throughout the OpenAM codebase.
|
| Modifier and Type | Method and Description |
|---|---|
static FileSizeUnit |
FileSizeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSizeUnit[] |
FileSizeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract long |
FileSizeUnit.convert(long sourceDuration,
FileSizeUnit sourceUnit)
Converts a value to a specified unit.
|
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.