BinaryByteUnit represents power-of-two byte sizes at a given unit of granularity and
provides utility methods to convert across units.BitUnit represents bit size at a given unit of granularity and provides utility
methods to convert across units.ByteUnit represents a size at a given unit of granularity which can be converted
into bytes.DecimalByteUnit represents power-of-ten byte sizes at a given unit of granularity and
provides utility methods to convert across units.BITS.convert(count, this).GIBIBYTES.convert(count, this).GIGABITS.convert(count, this).GIGABYTES.convert(count, this).KIBIBYTES.convert(count, this).KILOBITS.convert(count, this).KILOBYTES.convert(count, this).MEBIBYTES.convert(count, this).MEGABITS.convert(count, this).MEGABYTES.convert(count, this).PEBIBYTES.convert(count, this).PETABITS.convert(count, this).PETABYTES.convert(count, this).TEBIBYTES.convert(count, this).TERABITS.convert(count, this).TERABYTES.convert(count, this).Copyright © 2014. All Rights Reserved.