Class PathHelper

java.lang.Object
cool.scx.http.media.path.PathHelper

public class PathHelper extends Object
  • Constructor Details

    • PathHelper

      public PathHelper()
  • Method Details

    • getFileSize

      public static long getFileSize(Path path)
    • fileCopy

      public static void fileCopy(Path path, OutputStream out)
    • fileCopyWithOffset

      public static void fileCopyWithOffset(Path path, OutputStream out, long offset, long length)