public class ByteUnitConvert extends Object
public static String fmt(long size, int digits)
size - 参数digits - 参数public static String fmt(double size, int digits)
size - 参数digits - 参数public static double cvt(long size,
String unit)
size - 参数unit - 参数public static double cvt(double size,
String unit)
size - 参数unit - 参数Copyright © 2024. All rights reserved.