Class FileRange


  • public class FileRange
    extends java.lang.Object
    Version:
    $Revision: 1 $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long begin  
      private long end  
      private java.io.File file  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileRange​(java.io.File file, long begin, long end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getBegin()  
      long getEnd()  
      java.io.File getFile()  
      • Methods inherited from class java.lang.Object

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

      • file

        private java.io.File file
      • begin

        private long begin
      • end

        private long end
    • Constructor Detail

      • FileRange

        public FileRange​(java.io.File file,
                         long begin,
                         long end)
    • Method Detail

      • getFile

        public java.io.File getFile()
      • getBegin

        public long getBegin()
      • getEnd

        public long getEnd()