Skip navigation links
B C D T V 

B

BinaryByteUnit - Enum in com.jakewharton.byteunits
A BinaryByteUnit represents power-of-two byte sizes at a given unit of granularity and provides utility methods to convert across units.
BitUnit - Enum in com.jakewharton.byteunits
A BitUnit represents bit size at a given unit of granularity and provides utility methods to convert across units.
ByteUnit - Interface in com.jakewharton.byteunits
A ByteUnit represents a size at a given unit of granularity which can be converted into bytes.

C

com.jakewharton.byteunits - package com.jakewharton.byteunits
Utility classes for converting between granularities of SI (power-of-ten) and IEC (power-of-two) byte units and bit units.
convert(long, BinaryByteUnit) - Method in enum com.jakewharton.byteunits.BinaryByteUnit
Converts the given size in the given unit to this unit.
convert(long, BitUnit) - Method in enum com.jakewharton.byteunits.BitUnit
Converts the given size in the given unit to this unit.
convert(long, DecimalByteUnit) - Method in enum com.jakewharton.byteunits.DecimalByteUnit
Converts the given size in the given unit to this unit.

D

DecimalByteUnit - Enum in com.jakewharton.byteunits
A DecimalByteUnit represents power-of-ten byte sizes at a given unit of granularity and provides utility methods to convert across units.

T

toBits(long) - Method in enum com.jakewharton.byteunits.BitUnit
toBytes(long) - Method in interface com.jakewharton.byteunits.ByteUnit
Converts the given size in the given unit to bytes.
toGibibytes(long) - Method in enum com.jakewharton.byteunits.BinaryByteUnit
toGigabits(long) - Method in enum com.jakewharton.byteunits.BitUnit
toGigabytes(long) - Method in enum com.jakewharton.byteunits.DecimalByteUnit
toKibibytes(long) - Method in enum com.jakewharton.byteunits.BinaryByteUnit
toKilobits(long) - Method in enum com.jakewharton.byteunits.BitUnit
toKilobytes(long) - Method in enum com.jakewharton.byteunits.DecimalByteUnit
toMebibytes(long) - Method in enum com.jakewharton.byteunits.BinaryByteUnit
toMegabits(long) - Method in enum com.jakewharton.byteunits.BitUnit
toMegabytes(long) - Method in enum com.jakewharton.byteunits.DecimalByteUnit
toPebibytes(long) - Method in enum com.jakewharton.byteunits.BinaryByteUnit
toPetabits(long) - Method in enum com.jakewharton.byteunits.BitUnit
toPetabytes(long) - Method in enum com.jakewharton.byteunits.DecimalByteUnit
toTebibytes(long) - Method in enum com.jakewharton.byteunits.BinaryByteUnit
toTerabits(long) - Method in enum com.jakewharton.byteunits.BitUnit
toTerabytes(long) - Method in enum com.jakewharton.byteunits.DecimalByteUnit

V

valueOf(String) - Static method in enum com.jakewharton.byteunits.BinaryByteUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.byteunits.BitUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.byteunits.DecimalByteUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jakewharton.byteunits.BinaryByteUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.byteunits.BitUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.byteunits.DecimalByteUnit
Returns an array containing the constants of this enum type, in the order they are declared.
B C D T V 
Skip navigation links

Copyright © 2014. All Rights Reserved.