Class FileSizeFormatter

java.lang.Object
org.teamapps.formatter.FileSizeFormatter

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

    Constructors 
    Constructor Description
    FileSizeFormatter()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String humanReadableByteCount​(long bytes, boolean decimal, int precision)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • humanReadableByteCount

      public static java.lang.String humanReadableByteCount​(long bytes, boolean decimal, int precision)