Class BytesRange

    • Constructor Detail

      • BytesRange

        public BytesRange()
    • Method Detail

      • getFrom

        @Nullable
        public Integer getFrom()
        The starting point for the range of bytes for a chunk of a video.
        Returns:
        from
      • setFrom

        public void setFrom​(Integer from)
      • getTo

        @Nullable
        public Integer getTo()
        The ending point for the range of bytes for a chunk of a video.
        Returns:
        to
      • setTo

        public void setTo​(Integer to)
      • getTotal

        @Nullable
        public Integer getTotal()
        The total number of expected bytes.
        Returns:
        total
      • setTotal

        public void setTotal​(Integer total)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object