public class FormatSizeFlags
extends org.freedesktop.bindings.Constant
formatSize() method.| Modifier and Type | Field and Description |
|---|---|
static FormatSizeFlags |
DEFAULT
Behave the same as
formatSize(). |
static FormatSizeFlags |
IEC_UNITS
Use IEC (base 1024) units with "KiB"-style suffixes.
|
static FormatSizeFlags |
LONG_FORMAT
Include the exact number of bytes as part of the returned string.
|
public static final FormatSizeFlags DEFAULT
formatSize().public static final FormatSizeFlags IEC_UNITS
public static final FormatSizeFlags LONG_FORMAT