public class ApacheFileAdditions extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
ONE_EB |
static BigInteger |
ONE_EB_BI |
static BigInteger |
ONE_GB_BI
The number of bytes in a gigabyte.
|
static BigInteger |
ONE_KB_BI
The number of bytes in a kilobyte.
|
static BigInteger |
ONE_MB_BI
The number of bytes in a megabyte.
|
static long |
ONE_PB |
static BigInteger |
ONE_PB_BI |
static BigInteger |
ONE_TB_BI |
static BigInteger |
ONE_YB |
static BigInteger |
ONE_ZB |
| Constructor and Description |
|---|
ApacheFileAdditions() |
| Modifier and Type | Method and Description |
|---|---|
static String |
byteCountToDisplaySize(BigInteger size) |
public static final BigInteger ONE_KB_BI
public static final BigInteger ONE_MB_BI
public static final BigInteger ONE_GB_BI
public static final BigInteger ONE_TB_BI
public static final long ONE_PB
public static final BigInteger ONE_PB_BI
public static final long ONE_EB
public static final BigInteger ONE_EB_BI
public static final BigInteger ONE_ZB
public static final BigInteger ONE_YB
public static String byteCountToDisplaySize(BigInteger size)
Copyright © 2019. All rights reserved.