akka.actor.mailbox.filebased.filequeue.tools
Class Util

java.lang.Object
  extended by akka.actor.mailbox.filebased.filequeue.tools.Util

public class Util
extends java.lang.Object


Constructor Summary
Util()
           
 
Method Summary
static java.lang.String bytesToHuman(long bytes, long minDivisor)
           
static long GIGABYTE()
           
static long KILOBYTE()
           
static long MEGABYTE()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

KILOBYTE

public static long KILOBYTE()

MEGABYTE

public static long MEGABYTE()

GIGABYTE

public static long GIGABYTE()

bytesToHuman

public static java.lang.String bytesToHuman(long bytes,
                                            long minDivisor)