Uses of Class
org.openstack4j.model.common.header.Range
-
Packages that use Range Package Description org.openstack4j.model.common.functions org.openstack4j.model.common.header org.openstack4j.model.storage.block.options -
-
Uses of Range in org.openstack4j.model.common.functions
Methods in org.openstack4j.model.common.functions with parameters of type Range Modifier and Type Method Description HeaderNameValueRangesToHeaderNameValue. apply(Range[] input) -
Uses of Range in org.openstack4j.model.common.header
Methods in org.openstack4j.model.common.header that return Range Modifier and Type Method Description static RangeRange. first(long maxBytes)Return only bytes starting from 0 tomaxBytesof datastatic RangeRange. from(long offset, long lastByte)Return bytes only fromoffsetin bytes to the specifiedlastBytestatic RangeRange. last(long lastBytes)Return only the last N bytes of datastatic RangeRange. startAt(long offset)Return all bytes after the specifiedoffsetof data -
Uses of Range in org.openstack4j.model.storage.block.options
Methods in org.openstack4j.model.storage.block.options with parameters of type Range Modifier and Type Method Description DownloadOptionsDownloadOptions. range(Range... ranges)Download select ranges of bytes
-