class HttpRangeReader extends RangeReader
This class extends RangeReader by reading chunks out of a GeoTiff at the specified HTTP location.
- Exceptions thrown
[[HttpStatusException]]
if the HTTP response code is 4xx or 5xx
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpRangeReader
- RangeReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
readAll(): Array[Byte]
Gets the entire object as an Array.
Gets the entire object as an Array. This will fail if objectLength > Int.MaxValue
- Definition Classes
- RangeReader
-
def
readClippedRange(start: Long, length: Int): Array[Byte]
- Definition Classes
- HttpRangeReader → RangeReader
-
def
readRange(start: Long, length: Int): Array[Byte]
- Definition Classes
- RangeReader
- val request: HttpRequest
-
val
totalLength: Long
- Definition Classes
- HttpRangeReader → RangeReader