Class HttpUtils.ParseRange

java.lang.Object
org.htmlunit.http.HttpUtils.ParseRange
Enclosing class:
HttpUtils

private static final class HttpUtils.ParseRange extends Object
  • Field Details

    • upperBound_

      private final int upperBound_
    • pos_

      private int pos_
  • Constructor Details

    • ParseRange

      ParseRange(int pos, int upperBound)
  • Method Details

    • getPos

      int getPos()
    • getUpperBound

      int getUpperBound()
    • updatePos

      void updatePos(int pos)
    • atEnd

      boolean atEnd()