public class Utils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BYTES_IN_KILO |
protected static int |
BYTES_IN_MEGA |
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getByteString(long bytes,
android.content.Context context)
返回字节数对应的字符串,换算至KB或MB
|
protected static final int BYTES_IN_MEGA
protected static final int BYTES_IN_KILO