Class NativeFileUtils


  • public final class NativeFileUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NativeFileUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long du​(java.io.File path)  
      static long du​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • NativeFileUtils

        public NativeFileUtils()
    • Method Detail

      • du

        public static long du​(java.lang.String path)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • du

        public static long du​(java.io.File path)
                       throws java.io.IOException
        Throws:
        java.io.IOException