DataSize.to(Unit) instead. No conversion occurs when calling this method, only the unit
used for the default string representation is changed. This has no effect on the unit used during JSON serializationDataSize.succinct() instead. No conversion occurs when calling this method, only the unit
used for the default string representation is changed. This has no effect on the unit used during JSON serializationDataSize.ofBytes(long) instead. The imprecise nature of using doubles for DataSize is deprecated for removalDataSize.toBytes() instead to avoid floating point precision semanticsDataSize.toBytes() instead to avoid floating point precision semanticsDataSize instance with the provided quantity of the provided DataSize.Unit.DataSize.toBytes() instead. This method uses floating point semantics to compute the
rounded value which can yield to unexpected loss of precision beyond the intended roundingDataSize.ofBytes(long) when conversion to the most 'succinct' unit is not necessary or desirableDataSize.succinctBytes(long) instead, double values are impreciseCopyright © 2016–2022 Airlift. All rights reserved.