Package edu.jiangxin.apktoolbox.utils
Class FileUtils
java.lang.Object
edu.jiangxin.apktoolbox.utils.FileUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigIntegerstatic final BigIntegerstatic final longstatic final BigIntegerstatic final BigIntegerstatic final BigIntegerstatic final BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doubledivide(BigInteger size, BigInteger one_bi) static StringgetCanonicalPathQuiet(File file) static Stringstatic StringsizeOfInHumanFormat(long length) static StringsizeOfInHumanFormat(File file)
-
Field Details
-
ONE_KB
public static final long ONE_KB- See Also:
-
ONE_KB_BI
-
ONE_MB_BI
-
ONE_GB_BI
-
ONE_TB_BI
-
ONE_PB_BI
-
ONE_EB_BI
-
-
Constructor Details
-
FileUtils
public FileUtils()
-
-
Method Details
-
sizeOfInHumanFormat
-
sizeOfInHumanFormat
-
lastModifiedInHumanFormat
-
divide
-
getCanonicalPathQuiet
-
listFiles
-