ConversionUtils

object ConversionUtils

Types

NumberConversionException
Link copied to clipboard
class NumberConversionException(msg: String) : Exception

Functions

convertHumanReadableToBytes
Link copied to clipboard
fun convertHumanReadableToBytes(input: String): Long
Convert 1k or 1kb to 1024 bytes, etc.
humanReadableMemorySize
Link copied to clipboard
fun humanReadableMemorySize(v: Long): String
inspired by: https://stackoverflow.