- java.lang.Object
-
- com.appslandia.common.utils.BytesSizeUtils
-
-
Constructor Summary
Constructors Constructor Description BytesSizeUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longtranslateToBytes(String sizeAmt)static longtranslateToBytes(String sizeAmt, boolean base10)
-
-
-
Method Detail
-
translateToBytes
public static long translateToBytes(String sizeAmt) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
translateToBytes
public static long translateToBytes(String sizeAmt, boolean base10) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
-