org.apache.camel.util
Class UnitUtils

java.lang.Object
  extended by org.apache.camel.util.UnitUtils

public final class UnitUtils
extends Object

Unit utils.


Method Summary
static String printUnitFromBytes(long bytes)
          If having a size in bytes and wanting to print this in human friendly\ format with xx kB, xx MB, xx GB instead of a large byte number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

printUnitFromBytes

public static String printUnitFromBytes(long bytes)
If having a size in bytes and wanting to print this in human friendly\ format with xx kB, xx MB, xx GB instead of a large byte number.

Parameters:
bytes - the value in bytes


Apache Camel