Uses of Enum Class
org.midheaven.io.ByteContentSizeUnit
Packages that use ByteContentSizeUnit
-
Uses of ByteContentSizeUnit in org.midheaven.io
Methods in org.midheaven.io that return ByteContentSizeUnitModifier and TypeMethodDescriptionstatic ByteContentSizeUnitReturns the enum constant of this class with the specified name.static ByteContentSizeUnit[]ByteContentSizeUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.midheaven.io with parameters of type ByteContentSizeUnitModifier and TypeMethodDescriptionByteContentSize.in(ByteContentSizeUnit targetUnit) Performs in.static ByteContentSizeByteContentSize.of(long size, ByteContentSizeUnit unit) Creates an instance from the provided value.static ByteContentSizeByteContentSize.of(Rational size, ByteContentSizeUnit unit) Creates an instance from the provided value.