Class SizeFormatter


  • public class SizeFormatter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SizeFormatter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String formatEstimate​(long bytes)  
      java.lang.String formatPrecise​(long bytes)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SizeFormatter

        public SizeFormatter()
    • Method Detail

      • formatPrecise

        public java.lang.String formatPrecise​(long bytes)
      • formatEstimate

        public java.lang.String formatEstimate​(long bytes)