Class ByteRange


  • @Immutable
    public final class ByteRange
    extends Object
    • Constructor Detail

      • ByteRange

        public ByteRange​(int start,
                         int end)
    • Method Detail

      • getStart

        public int getStart()
      • getEnd

        public int getEnd()
      • parse

        public static ByteRange parse​(String byteRange,
                                      int resourceLength)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object