Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Range

Copyright (c) 2020, 2021 Oracle and/or its affiliates. All rights reserved. This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.

Hierarchy

  • Range

Constructors

constructor

  • new Range(_startByte: number | null, _endByte: number | null, _contentLength: number | null): Range

Properties

Private _contentLength

_contentLength: number | null

Private _endByte

_endByte: number | null

Private _startByte

_startByte: number | null

Accessors

contentLength

  • get contentLength(): null | number

endByte

  • get endByte(): null | number

startByte

  • get startByte(): null | number

Methods

Static parse

  • parse(value: string): undefined | Range