Class HttpUtils.ParseRange

  • Enclosing class:
    HttpUtils

    private static final class HttpUtils.ParseRange
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int pos_  
      private int upperBound_  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseRange​(int pos, int upperBound)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean atEnd()  
      (package private) int getPos()  
      (package private) int getUpperBound()  
      (package private) void updatePos​(int pos)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • upperBound_

        private final int upperBound_
      • pos_

        private int pos_
    • Constructor Detail

      • ParseRange

        ParseRange​(int pos,
                   int upperBound)
    • Method Detail

      • getPos

        int getPos()
      • getUpperBound

        int getUpperBound()
      • updatePos

        void updatePos​(int pos)
      • atEnd

        boolean atEnd()