public final class SizeInBytes extends Object
TraditionalBinaryPrefix.| Modifier and Type | Field and Description |
|---|---|
static SizeInBytes |
ONE_KB |
static SizeInBytes |
ONE_MB |
| Modifier and Type | Method and Description |
|---|---|
String |
getInput() |
long |
getSize() |
int |
getSizeInt() |
String |
toString() |
static SizeInBytes |
valueOf(long size) |
static SizeInBytes |
valueOf(long n,
TraditionalBinaryPrefix prefix) |
static SizeInBytes |
valueOf(String input) |
public static final SizeInBytes ONE_KB
public static final SizeInBytes ONE_MB
public static SizeInBytes valueOf(long size)
public static SizeInBytes valueOf(long n, TraditionalBinaryPrefix prefix)
public static SizeInBytes valueOf(String input)
public long getSize()
public int getSizeInt()
public String getInput()
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.