Class FileSegment


  • public class FileSegment
    extends Object
    • Constructor Detail

      • FileSegment

        public FileSegment​(FileChannel fileChannel,
                           long position,
                           int length,
                           boolean isBuffer)
    • Method Detail

      • getPosition

        public long getPosition()
      • getLength

        public int getLength()
      • isBuffer

        public boolean isBuffer()