B C D E G H I K M O P S T V Y Z 

B

BYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The base unit.
ByteSize - Class in org.aeonbits.owner.util.bytesize
A unit of byte size, such as "512 kilobytes".
ByteSize(double, ByteSizeUnit) - Constructor for class org.aeonbits.owner.util.bytesize.ByteSize
Creates a byte size value from a double value and a ByteSizeUnit.
ByteSize(long) - Constructor for class org.aeonbits.owner.util.bytesize.ByteSize
Creates a byte size value from a long value representing the number of bytes.
ByteSize(long, ByteSizeUnit) - Constructor for class org.aeonbits.owner.util.bytesize.ByteSize
Creates a byte size value from a long value and a ByteSizeUnit.
ByteSize(String, ByteSizeUnit) - Constructor for class org.aeonbits.owner.util.bytesize.ByteSize
Creates a byte size value from a String value and a ByteSizeUnit.
ByteSize(BigDecimal, ByteSizeUnit) - Constructor for class org.aeonbits.owner.util.bytesize.ByteSize
Creates a byte size value from two parts, a value and a ByteSizeUnit.
ByteSizeConverter - Class in org.aeonbits.owner.converters
 
ByteSizeConverter() - Constructor for class org.aeonbits.owner.converters.ByteSizeConverter
 
ByteSizeStandard - Enum in org.aeonbits.owner.util.bytesize
Represents the possible standards that a ByteSizeUnit can have.
ByteSizeUnit - Enum in org.aeonbits.owner.util.bytesize
Specifies the available byte size units that a ByteSize can have.

C

convert(Method, String) - Method in class org.aeonbits.owner.converters.ByteSizeConverter
 
convert(Method, String) - Method in class org.aeonbits.owner.converters.DurationConverter
 
convertTo(ByteSizeUnit) - Method in class org.aeonbits.owner.util.bytesize.ByteSize
Creates a new ByteSize representing the same byte size but in a different unit.

D

DurationConverter - Class in org.aeonbits.owner.converters
A duration converter for the OWNER configuration system.
DurationConverter() - Constructor for class org.aeonbits.owner.converters.DurationConverter
 

E

equals(Object) - Method in class org.aeonbits.owner.util.bytesize.ByteSize
 
EXABYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The SI exabyte.
EXBIBYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The IEC exibyte.

G

getBytes() - Method in class org.aeonbits.owner.util.bytesize.ByteSize
Returns the number of bytes that this byte size represents after multiplying the unit factor with the value.
getBytesAsInt() - Method in class org.aeonbits.owner.util.bytesize.ByteSize
Returns the number of bytes that this byte size represents as an int after multiplying the unit factor with the value, throwing an exception if the result overflows an int.
getBytesAsLong() - Method in class org.aeonbits.owner.util.bytesize.ByteSize
Returns the number of bytes that this byte size represents as a long after multiplying the unit factor with the value, throwing an exception if the result overflows a long.
getFactor() - Method in enum org.aeonbits.owner.util.bytesize.ByteSizeUnit
Gets the multiplication factor for this ByteSizeUnit.
GIBIBYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The IEC gibibyte.
GIGABYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The SI gigabyte.

H

hashCode() - Method in class org.aeonbits.owner.util.bytesize.ByteSize
 

I

IEC - org.aeonbits.owner.util.bytesize.ByteSizeStandard
The International Electrotechnical Commission (IEC) standard.
isIEC() - Method in enum org.aeonbits.owner.util.bytesize.ByteSizeUnit
Returns whether this ByteSizeUnit is an IEC unit.
isSI() - Method in enum org.aeonbits.owner.util.bytesize.ByteSizeUnit
Returns whether this ByteSizeUnit is an SI unit.

K

KIBIBYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The IEC kibibyte.
KILOBYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The SI kilobyte.

M

MEBIBYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The IEC mebibyte.
MEGABYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The SI megabyte.

O

org.aeonbits.owner.converters - package org.aeonbits.owner.converters
 
org.aeonbits.owner.util.bytesize - package org.aeonbits.owner.util.bytesize
 

P

parse(String) - Static method in enum org.aeonbits.owner.util.bytesize.ByteSizeUnit
Parses a string representation of a byte size unit and returns the corresponding ByteSizeUnit.
PEBIBYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The IEC pebibyte.
PETABYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The SI petabyte.

S

SI - org.aeonbits.owner.util.bytesize.ByteSizeStandard
The International System of Units (SI) standard.

T

TEBIBYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The IEC tebibyte.
TERABYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The SI terabyte.
toString() - Method in class org.aeonbits.owner.util.bytesize.ByteSize
 
toStringLongForm() - Method in enum org.aeonbits.owner.util.bytesize.ByteSizeUnit
Returns the long string representation of this unit, such as "kilobytes", "megabytes" or "bytes".
toStringShortForm() - Method in enum org.aeonbits.owner.util.bytesize.ByteSizeUnit
Returns the short string representation of this unit, such as "KiB", "B" or "MB".

V

valueOf(String) - Static method in enum org.aeonbits.owner.util.bytesize.ByteSizeStandard
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aeonbits.owner.util.bytesize.ByteSizeUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.aeonbits.owner.util.bytesize.ByteSizeStandard
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aeonbits.owner.util.bytesize.ByteSizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.

Y

YOBIBYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The IEC yobibyte.
YOTTABYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The SI yottabyte.

Z

ZEBIBYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The IEC zebibyte.
ZETTABYTES - org.aeonbits.owner.util.bytesize.ByteSizeUnit
The SI zettabyte.
B C D E G H I K M O P S T V Y Z 
Skip navigation links

Copyright © 2012–2020 Luigi R. Viggiano. All rights reserved.