Class ByteConverter
- java.lang.Object
-
- net.sourceforge.jbizmo.commons.file.ByteConverter
-
public class ByteConverter extends Object
Utility class to convert the number of the given bytes into a human-readable format
Copyright 2010 (C) by Martin Ganserer
- Version:
- 1.0.0
- Author:
- Martin Ganserer
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringconvert(long numberOfBytes)Convert the given number of bytes into a human-readable format
-
-
-
Method Detail
-
convert
public static String convert(long numberOfBytes)
Convert the given number of bytes into a human-readable format- Parameters:
numberOfBytes-- Returns:
- the formatted result
-
-