Interface Range


@Immutable public interface Range
  • Field Details

    • REQUESTED_RANGE_REGEXP

      static final String REQUESTED_RANGE_REGEXP
      See Also:
    • REQUESTED_RANGE_PATTERN

      static final Pattern REQUESTED_RANGE_PATTERN
  • Method Details

    • start

      long start()
    • end

      long end()
    • total

      OptionalLong total()
    • fromString

      static Range fromString(String rangeString)
      Can parse AWS style and "standard" Range header values.
    • check

      @Check default void check()