exabyte property

BigInt exabyte
final

Represents 2^60, an exabyte (EiB)

Implementation

static final BigInt exabyte = BigInt.from(2).pow(60);