Uses of Class
org.aoju.bus.core.toolkit.MathKit
Packages that use MathKit
-
Uses of MathKit in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit that return MathKitModifier and TypeMethodDescriptionstatic MathKitMathKit.ofBytes(long bytes) 获得对应bytes的MathKitstatic MathKitMathKit.ofGigabytes(long gigabytes) 获得对应gigabytes的MathKitstatic MathKitMathKit.ofKilobytes(long kilobytes) 获得对应kilobytes的MathKitstatic MathKitMathKit.ofMegabytes(long megabytes) 获得对应megabytes的MathKitstatic MathKitMathKit.ofTerabytes(long terabytes) 获得对应terabytes的MathKitstatic MathKitMathKit.parse(CharSequence text) 获取指定数据大小文本对应的MathKit对象,如果无单位指定,默认获取Normal.CAPACITY_NAMESstatic MathKitMathKit.parse(CharSequence text, String defaultUnit) Obtain aMathKitfrom a text string such as12MBusing the specified defaultNormal.CAPACITY_NAMESif no unit is specified.