megabyte property

BigInt megabyte
final

Represents 2^20 (1,048,576), a megabyte (MiB)

Implementation

static final BigInt megabyte = BigInt.from(2).pow(20);