Class ByteRange.RangeResponseResult

  • Enclosing class:
    ByteRange

    public static class ByteRange.RangeResponseResult
    extends Object
    • Constructor Detail

      • RangeResponseResult

        public RangeResponseResult​(long start,
                                   long end,
                                   long contentLength,
                                   String contentRange,
                                   int statusCode)
    • Method Detail

      • getStart

        public long getStart()
      • getEnd

        public long getEnd()
      • getContentLength

        public long getContentLength()
      • getContentRange

        public String getContentRange()
      • getStatusCode

        public int getStatusCode()