Package | Description |
---|---|
org.openstack4j.model.common.functions | |
org.openstack4j.model.common.header | |
org.openstack4j.model.storage.block.options |
Modifier and Type | Method and Description |
---|---|
HeaderNameValue |
RangesToHeaderNameValue.apply(Range[] input) |
Modifier and Type | Method and Description |
---|---|
static Range |
Range.first(long maxBytes)
Return only bytes starting from 0 to
maxBytes of data |
static Range |
Range.from(long offset,
long lastByte)
Return bytes only from
offset in bytes to the specified lastByte |
static Range |
Range.last(long lastBytes)
Return only the last N bytes of data
|
static Range |
Range.startAt(long offset)
Return all bytes after the specified
offset of data |
Modifier and Type | Method and Description |
---|---|
DownloadOptions |
DownloadOptions.range(Range... ranges)
Download select ranges of bytes
|
Copyright © 2017. All rights reserved.