Uses of Enum Class
com.imyeyu.io.IOSize.Unit
-
Uses of IOSize.Unit in com.imyeyu.io
Methods in com.imyeyu.io that return IOSize.UnitModifier and TypeMethodDescriptionstatic IOSize.UnitReturns the enum constant of this class with the specified name.static IOSize.Unit[]IOSize.Unit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.imyeyu.io with parameters of type IOSize.UnitModifier and TypeMethodDescriptionstatic StringIOSize.format(double size, int decimal, IOSize.Unit stopUnit) 格式化一个储存容量static StringIOSize.format(double size, IOSize.Unit stopUnit) 格式化一个储存容量static StringIOSize.formatWithoutUnit(double size, int decimal, IOSize.Unit stopUnit) 格式化一个储存容量,不带单位